diff options
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 45fef191082..17df0e4f17a 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.26 1999/09/23 23:25:10 aaron Exp $ +.\" $OpenBSD: ksh.1,v 1.27 1999/10/16 20:31:33 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -635,8 +635,9 @@ and .Ic select i; { echo $i; } ) . The exit status of a .Ic select -statement is zero if a break statement is used to exit the loop, non-zero -otherwise. +statement is zero if a +.Ic break +statement is used to exit the loop, non-zero otherwise. .It Xo Ic until Ar list Ic do Ar list .Ic done .Xc |