diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 17:45:28 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-12-26 17:45:28 +0000 |
commit | e7bda94ce227b7e5ee44e762980aaeffdb2b3253 (patch) | |
tree | 9987fd6bcb1469d1cd08edb71798a36eba5a9a4c /bin | |
parent | cbd1562273bf3b3d57b82c7d5ac032fb9de35098 (diff) |
reformat some multiline markup, which had been causing an unwanted
space (specifically in the "alias", "readonly" and "typeset"
commands);
from josiah frentsos
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/ksh.1 | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 0e97b9b49a6..cd3bfc3ebf4 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.217 2022/09/13 20:26:26 kn Exp $ +.\" $OpenBSD: ksh.1,v 1.218 2022/12/26 17:45:27 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 13 2022 $ +.Dd $Mdocdate: December 26 2022 $ .Dt KSH 1 .Os .Sh NAME @@ -2713,9 +2713,7 @@ Exit status is set to zero. .Cm +-x Oc .Op Fl p .Op Cm + -.Oo Ar name -.Op Ns = Ns Ar value -.Ar ... Oc +.Op Ar name Ns Oo = Ns Ar value Oc Ar ... .Xc Without arguments, .Ic alias @@ -3454,9 +3452,7 @@ option is used, input is saved to the history file. .It Xo .Ic readonly .Op Fl p -.Oo Ar parameter -.Op Ns = Ns Ar value -.Ar ... Oc +.Op Ar parameter Ns Oo = Ns Ar value Oc Ar ... .Xc Sets the read-only attribute of the named parameters. If values are given, @@ -4125,11 +4121,7 @@ Short form of .Op Fl i Ns Op Ar n .No \&| Fl f Op Fl tux .Oc -.Oo -.Ar name -.Op Ns = Ns Ar value -.Ar ... -.Oc +.Op Ar name Ns Oo = Ns Ar value Oc Ar ... .Xc Display or set parameter attributes. With no |