summaryrefslogtreecommitdiff
path: root/bin/ksh/ksh.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-03-15 08:52:13 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-03-15 08:52:13 +0000
commit7a6b8772cca616e54854e90fad1d967fa835287d (patch)
treed08f7162c2348bbc48620f30c91223e5605e56cf /bin/ksh/ksh.1
parent921fc0f5441b625a253fa6b6a4ed5b8bf200d11d (diff)
reversed word -> reserved word;
from Karl O. Pinc
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r--bin/ksh/ksh.14
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 65393fcf3a5..343ecf951af 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.66 2004/02/19 22:20:05 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.67 2004/03/15 08:52:12 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -374,7 +374,7 @@ to the standard input of the following command.
The exit status of a pipeline is that of its last command.
A pipeline may be prefixed by the
.Ql \&!
-reversed word which causes the exit status of the pipeline to be logically
+reserved word which causes the exit status of the pipeline to be logically
complemented: if the original status was 0 the complemented status will be 1;
if the original status was not 0, the complemented status will be 0.
.Pp