summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ...