summaryrefslogtreecommitdiff
path: root/bin
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
parent921fc0f5441b625a253fa6b6a4ed5b8bf200d11d (diff)
reversed word -> reserved word;
from Karl O. Pinc
Diffstat (limited to 'bin')
-rw-r--r--bin/ksh/ksh.14
-rw-r--r--bin/ksh/ksh.1tbl4
-rw-r--r--bin/ksh/sh.14
-rw-r--r--bin/ksh/sh.1tbl4
4 files changed, 8 insertions, 8 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
diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl
index 7776463c72c..14791e40764 100644
--- a/bin/ksh/ksh.1tbl
+++ b/bin/ksh/ksh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1tbl,v 1.66 2004/02/19 22:20:05 jmc Exp $
+.\" $OpenBSD: ksh.1tbl,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
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 36f4eec4df1..cb6cf217d68 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.45 2004/02/19 22:20:05 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.46 2004/03/15 08:52:12 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -365,7 +365,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
diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl
index a0baa735bc6..3a291205414 100644
--- a/bin/ksh/sh.1tbl
+++ b/bin/ksh/sh.1tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1tbl,v 1.45 2004/02/19 22:20:05 jmc Exp $
+.\" $OpenBSD: sh.1tbl,v 1.46 2004/03/15 08:52:12 jmc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -365,7 +365,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