summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2015-03-15 11:45:07 +0000
committerjmc <jmc@openbsd.org>2015-03-15 11:45:07 +0000
commit68554c1df3ccf95eb67da8cf61d32cdded748920 (patch)
tree7e21ddddb2b3256633ba673f11902c14db2fd333
parentfrom zhuk: the dash part of "cd -" is not a flag, so don;t show it as such; (diff)
downloadwireguard-openbsd-68554c1df3ccf95eb67da8cf61d32cdded748920.tar.xz
wireguard-openbsd-68554c1df3ccf95eb67da8cf61d32cdded748920.zip
from zhuk: remove ambiguity in the description of "continue";
-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 310a2377755..251cb8a0c0d 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.103 2015/03/15 11:15:55 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.104 2015/03/15 11:45:07 jmc Exp $
.\"
.\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org>
.\"
@@ -345,7 +345,7 @@ are given,
the exit status is 0 on success,
or >0 if an error occurs.
.It Ic continue Op Ar n
-Return to the top of the innermost
+Go directly to the next iteration of the innermost
.Ic for , while ,
or
.Ic until