diff options
author | 2015-03-16 13:18:20 +0000 | |
---|---|---|
committer | 2015-03-16 13:18:20 +0000 | |
commit | 4052782d535db738f33d67826fb51953951732d6 (patch) | |
tree | 231b7915efe2e074f77436741fa8a83eb1220a00 | |
parent | #if 0 some more arrays used only for decrypting (we don't use (diff) | |
download | wireguard-openbsd-4052782d535db738f33d67826fb51953951732d6.tar.xz wireguard-openbsd-4052782d535db738f33d67826fb51953951732d6.zip |
from zhuk: be clear that "#" is a variable
-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 |