diff options
Diffstat (limited to 'bin/ksh/sh.1')
-rw-r--r-- | bin/ksh/sh.1 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |