diff options
author | 2005-01-10 11:06:50 +0000 | |
---|---|---|
committer | 2005-01-10 11:06:50 +0000 | |
commit | 349c7399de50c1cd04a5f783ca8e619f3acea130 (patch) | |
tree | 4bf3d4b45ce7b5bbf9a65223d660b09c50f355aa | |
parent | add support for calling units (cuaU*) (diff) | |
download | wireguard-openbsd-349c7399de50c1cd04a5f783ca8e619f3acea130.tar.xz wireguard-openbsd-349c7399de50c1cd04a5f783ca8e619f3acea130.zip |
typo;
-rw-r--r-- | bin/ksh/ksh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/ksh.1tbl | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1 | 4 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 3b85632cfe3..3af8df33e2f 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1,v 1.84 2004/12/22 18:58:44 millert Exp $ +.\" $OpenBSD: ksh.1,v 1.85 2005/01/10 11:06:50 jmc Exp $ .\" .\" Public Domain .\" @@ -346,7 +346,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 | diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index 54b542f7335..e98536d5173 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: ksh.1tbl,v 1.84 2004/12/22 18:58:44 millert Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.85 2005/01/10 11:06:50 jmc Exp $ .\" .\" Public Domain .\" @@ -346,7 +346,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 | 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 | diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index f23617b4d87..5714646456c 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1tbl,v 1.57 2004/12/22 18:58:44 millert Exp $ +.\" $OpenBSD: sh.1tbl,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 | |