diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-26 10:51:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-26 10:51:16 +0000 |
commit | 964b06e3c62d07f3c935cab5e0f52302eb5380f6 (patch) | |
tree | 24beaade94ecb2dfaf3d848d6faeed7c703a5900 /bin | |
parent | e09652f0a48ab042d0b2996ae89580cf0ad2dadf (diff) |
from zhuk: in the for loop, show "in word ..." as optional;
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index ac9d64975a8..933dbe2eb12 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.120 2015/03/26 10:36:59 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.121 2015/03/26 10:51:15 jmc Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -1733,7 +1733,7 @@ A executes a series of commands for each item in a list. Its format is: .Bd -unfilled -offset indent -.No for Ar name No in Ar word ... +.No for Ar name Op in Ar word ... do .No " " Ar command .No " " Ar ... |