summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1999-04-19 18:48:26 +0000
committermax <max@FreeBSD.org>1999-04-19 18:48:26 +0000
commit3ee4dda73412b0c83f814bf29f7771359e634fc7 (patch)
tree0623e1fe54d731bb1ac66cd613df81ad16f63ffa /bin
parenta4f72c3f1c4889ce6fa0777a085886437335930a (diff)
downloadFreeBSD-src-3ee4dda73412b0c83f814bf29f7771359e634fc7.zip
FreeBSD-src-3ee4dda73412b0c83f814bf29f7771359e634fc7.tar.gz
Typo fix.
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/sh.16
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 423edb9..e7bdcc4 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.26 1999/04/02 09:28:00 cracauer Exp $
+.\" $Id: sh.1,v 1.27 1999/04/03 11:41:46 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
OpenPOWER on IntegriCloud