diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-08-31 22:27:15 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2022-08-31 22:27:15 +0000 |
commit | 842431963bf9830185994ff757a020882ee84db6 (patch) | |
tree | 3c869a5dc6ef3d94587c29f0aaa4e4e92fe80547 /bin/ksh | |
parent | 4e8338ad8e3db7cf54c9f26ecdaa7454c7694dae (diff) |
use the posix phrasing to improve the description of "shift";
nudge from luka krmpotic
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/sh.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 326fb8e0c99..28787155b96 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.154 2022/03/31 17:27:14 naddy Exp $ +.\" $OpenBSD: sh.1,v 1.155 2022/08/31 22:27:14 jmc 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: March 31 2022 $ +.Dd $Mdocdate: August 31 2022 $ .Dt SH 1 .Os .Sh NAME @@ -752,9 +752,9 @@ parameter 2 takes and so on. Parameters .Sq # -to +down to .Sq Po #\(mi Ns Ar n Pc Ns +1 -and downwards are unset and +are unset and .Sq # is updated to the new number of positional parameters. If |