diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-16 16:58:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2018-03-16 16:58:27 +0000 |
commit | e6a2a620c0da77df721befa447eccb69df2002a5 (patch) | |
tree | 4dec7e3f19c06bd92bb6b1c31b7d51a5306d7add /bin/ksh/sh.1 | |
parent | 2efb348aacc2c6fc859e4c151ff653a4dfd10cb9 (diff) |
improve markup quality in the cases found by the new "--" style message
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 1fc0e0e2f04..c70656b0c4f 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.146 2017/12/30 07:32:09 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.147 2018/03/16 16:58:26 schwarze Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: December 30 2017 $ +.Dd $Mdocdate: March 16 2018 $ .Dt SH 1 .Os .Sh NAME @@ -700,10 +700,10 @@ display the names and values of all shell variables. The options are described in the options description at the beginning of this manual. The sequence -.Qq set -o +.Ql set -o displays the current option settings; the sequence -.Qq set +o +.Ql set +o displays, in a format suitable to be reinput to the shell, a command suitable to achieve the current option settings. @@ -713,10 +713,10 @@ with the special parameter .Sq # set to the number of positional parameters. The sequence -.Qq set -- +.Ql set -- indicates an end to option processing (i.e. only arguments follow); -.Qq set -- +.Ql set -- by itself unsets all positional parameters and sets .Sq # |