summaryrefslogtreecommitdiff
path: root/bin/ksh
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-01-10 11:06:51 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-01-10 11:06:51 +0000
commitba6cd06600e1a01263181dfa72b329ba670594d5 (patch)
tree2911ef891bb70004900da1e6c97434cdf5a3f2d2 /bin/ksh
parentb250c4850e56452d320693c95dc898378af9ff01 (diff)
typo;
Diffstat (limited to 'bin/ksh')
-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 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 |