diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-16 13:18:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-16 13:18:21 +0000 |
commit | 58b50c1022fffbce9a96f63b9757e47fc8834044 (patch) | |
tree | d158b46d9b078e7c51fbf3bad07b01b409f01c4f /bin/ksh/sh.1 | |
parent | 7ebde304979bfa9c9bac63044e71e173b0934617 (diff) |
from zhuk: be clear that "#" is a variable
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 5a05bf479a2..2168d44fe99 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.107 2015/03/15 23:09:10 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.108 2015/03/16 13:18:20 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 15 2015 $ +.Dd $Mdocdate: March 16 2015 $ .Dt SH 1 .Os .Sh NAME @@ -697,7 +697,7 @@ in a format suitable to be reinput to the shell, a command suitable to achieve the current option settings. .Pp Any arguments are assigned to the positional parameters, -with +with the variable .Sq # set to the number of positional parameters. The sequence |