summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2010-05-10 21:04:54 +0000
committerjmc <jmc@openbsd.org>2010-05-10 21:04:54 +0000
commitd9d9aeae065ae85d0f31f7fb7f4f4acb11f27030 (patch)
treee4d7aca8ce999926f2796d4c2f8771889860b237
parentUse OPENBSD_OS_CPP_BUILTINS(), and add a few missing defines to make sure (diff)
downloadwireguard-openbsd-d9d9aeae065ae85d0f31f7fb7f4f4acb11f27030.tar.xz
wireguard-openbsd-d9d9aeae065ae85d0f31f7fb7f4f4acb11f27030.zip
tweak previous;
-rw-r--r--bin/ksh/ksh.14
-rw-r--r--bin/ksh/sh.14
2 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 9f2d85c5fed..5f814e74172 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ksh.1,v 1.133 2010/05/10 18:28:21 kili Exp $
+.\" $OpenBSD: ksh.1,v 1.134 2010/05/10 21:04:54 jmc Exp $
.\"
.\" Public Domain
.\"
@@ -4406,7 +4406,7 @@ the default
.Pc
or functions
.Pq Fl f .
-The exit status is non-zero if any of the parameters has the read-only
+The exit status is non-zero if any of the parameters have the read-only
attribute set, zero otherwise.
.Pp
.It Ic wait Op Ar job ...
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index 07a1dca4e59..a167dfaa99d 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sh.1,v 1.84 2010/05/10 18:28:21 kili Exp $
+.\" $OpenBSD: sh.1,v 1.85 2010/05/10 21:04:54 jmc Exp $
.\"
.\" Public Domain
.\"
@@ -3525,7 +3525,7 @@ the default
.Pc
or functions
.Pq Fl f .
-The exit status is non-zero if any of the parameters has the read-only
+The exit status is non-zero if any of the parameters have the read-only
attribute set, zero otherwise.
.Pp
.It Ic wait Op Ar job ...