diff options
| author | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-19 18:54:06 +0000 |
|---|---|---|
| committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1999-04-19 18:54:06 +0000 |
| commit | 50ed1310b7207f5f15f151d92f2b0c4ff099edcb (patch) | |
| tree | 9750e420581f5b9fc72920bbb600072bd9b37f5e /bin | |
| parent | fc08bd7848da3ea947cb896d7e2c4f6e7268ba50 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/sh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index d502082808b9..d1fb29da7828 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)sh.1 8.6 (Berkeley) 5/4/95 -.\" $Id: sh.1,v 1.27 1999/04/03 11:41:46 cracauer Exp $ +.\" $Id: sh.1,v 1.23.2.1 1999/04/12 15:46:02 cracauer Exp $ .\" .Dd May 5, 1995 .Dt SH 1 @@ -564,8 +564,8 @@ proceeding to the next one. .Ss Short-Circuit List Operators ``&&'' and ``||'' are AND-OR list operators. ``&&'' executes the first command, and then executes the second command -iff the exit status of the first command is zero. ``||'' -is similar, but executes the second command iff the exit +if the exit status of the first command is zero. ``||'' +is similar, but executes the second command if the exit status of the first command is nonzero. ``&&'' and ``||'' both have the same priority. .Ss Flow-Control Constructs -- if, while, for, case |
