diff options
-rw-r--r-- | bin/ksh/ksh.1 | 7 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 7 |
2 files changed, 8 insertions, 6 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 diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 84ac1420d43..757d1f78f5c 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.26 1999/09/23 23:25:10 aaron Exp $ +.\" $OpenBSD: ksh.1tbl,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 |