Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/bin/sh Small markup tweaks in Argument List Processing
details: https://anonhg.NetBSD.org/src/rev/41e6984c0bf6
branches: trunk
changeset: 321396:41e6984c0bf6
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Mar 14 10:30:40 2018 +0000
description:
Small markup tweaks in Argument List Processing
diffstat:
bin/sh/sh.1 | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (43 lines):
diff -r f30f1f0d7964 -r 41e6984c0bf6 bin/sh/sh.1
--- a/bin/sh/sh.1 Wed Mar 14 09:46:45 2018 +0000
+++ b/bin/sh/sh.1 Wed Mar 14 10:30:40 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sh.1,v 1.190 2018/03/14 09:46:45 uwe Exp $
+.\" $NetBSD: sh.1,v 1.191 2018/03/14 10:30:40 uwe Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -220,7 +220,10 @@
.Fl c
nor any additional (non-option) arguments were present,
the shell reads commands from its standard input.
+.\"
+.\"
.Ss Argument List Processing
+.\"
Currently, all of the single letter options that can meaningfully
be set using the
.Ic set
@@ -228,8 +231,8 @@
that can be used as an argument to the
.Fl o
option.
-The set
-.Fl o
+The
+.Ic set Fl o
name is provided next to the single letter option in
the description below.
Some options have only a long name, they are described after
@@ -242,9 +245,9 @@
built-in command.
Other options described are for the command line only.
Specifying a dash
-.Dq -
+.Dq Cm \-
turns the option on, while using a plus
-.Dq +
+.Dq Cm +
disables the option.
The following options can be set from the command line and,
unless otherwise stated, with the
Home |
Main Index |
Thread Index |
Old Index