diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-10 11:06:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-01-10 11:06:51 +0000 |
commit | ba6cd06600e1a01263181dfa72b329ba670594d5 (patch) | |
tree | 2911ef891bb70004900da1e6c97434cdf5a3f2d2 /bin/ksh/sh.1 | |
parent | b250c4850e56452d320693c95dc898378af9ff01 (diff) |
typo;
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 ae7c2ddb53e..43a2adb7771 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.57 2004/12/22 18:58:44 millert Exp $ +.\" $OpenBSD: sh.1,v 1.58 2005/01/10 11:06:50 jmc Exp $ .\" .\" Public Domain .\" @@ -337,7 +337,7 @@ etc.) are all well-defined and are described where the construct is described. The exit status of a command consisting only of parameter assignments is that of the last command substitution performed during the -parameter assignment or 0 is there were no command substitutions. +parameter assignment or 0 if there were no command substitutions. .Pp Commands can be chained together using the .Ql | |