diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-16 20:31:34 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-10-16 20:31:34 +0000 |
commit | 40b8bc6e356154ab8d0260f30cb7db324b3675de (patch) | |
tree | 501a3992e950ac60d48d6f7154efec48e50812cb | |
parent | 337c624a17999d497c527af4d275867e2f0b3630 (diff) |
Formatting fix.
-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 |