diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-15 08:56:57 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-03-15 08:56:57 +0000 |
commit | e65d290fd7b8c6ac90fcc054525e4c1d58fea798 (patch) | |
tree | 6682f8e0aeb382cd04f09d1ac2ec141460636c91 /bin/ksh/ksh.1 | |
parent | 2c629cfa2ed41bf1a375c79cfa17c0f4125128fb (diff) |
missing commas;
Diffstat (limited to 'bin/ksh/ksh.1')
-rw-r--r-- | bin/ksh/ksh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 343ecf951af..d2137e3cf7d 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.67 2004/03/15 08:52:12 jmc Exp $ +.\" $OpenBSD: ksh.1,v 1.68 2004/03/15 08:56:56 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -374,8 +374,8 @@ 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 \&! -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; +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 .Em Lists |