summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2015-03-26 10:51:16 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2015-03-26 10:51:16 +0000
commit964b06e3c62d07f3c935cab5e0f52302eb5380f6 (patch)
tree24beaade94ecb2dfaf3d848d6faeed7c703a5900 /bin
parente09652f0a48ab042d0b2996ae89580cf0ad2dadf (diff)
from zhuk: in the for loop, show "in word ..." as optional;
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/sh.14
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 ...