diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-15 11:45:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-15 11:45:08 +0000 |
commit | 507d324fbebef7add13b18992affaa802ee33378 (patch) | |
tree | 24d015956d9a8354d86701af9eb593471e0e1b6c /bin | |
parent | 841ac46e688ad2cf5ddd455d1c351d3552f995d0 (diff) |
from zhuk: remove ambiguity in the description of "continue";
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 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 |