summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ksh/ksh.114
-rw-r--r--bin/ksh/sh.114
-rw-r--r--lib/libc/gen/getloadavg.36
-rw-r--r--lib/libcompat/regexp/regexp.38
-rw-r--r--lib/libkvm/kvm_getloadavg.36
-rw-r--r--usr.sbin/cron/crontab.56
-rw-r--r--usr.sbin/pppd/pppd.87
7 files changed, 31 insertions, 30 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1
index 0af57bf7aea..131f23cfec8 100644
--- a/bin/ksh/ksh.1
+++ b/bin/ksh/ksh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: ksh.1,v 1.137 2010/09/18 19:25:05 jmc Exp $
+.\" $OpenBSD: ksh.1,v 1.138 2010/09/20 07:41:17 jmc Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: September 18 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt KSH 1
.Os
.Sh NAME
@@ -951,7 +951,7 @@ and VAR is set to
the substitution for $VAR results in four fields:
.Sq A ,
.Sq B ,
-\(oq\(cq
+.Sq
(an empty field),
and
.Sq D .
@@ -968,13 +968,13 @@ Using the previous example, the substitution for $VAR:E
results in the fields:
.Sq A ,
.Sq B ,
-\(oq\(cq,
+.Sq ,
and
.Sq D:E ,
not
.Sq A ,
.Sq B ,
-\(oq\(cq,
+.Sq ,
.Sq D ,
and
.Sq E .
@@ -1915,7 +1915,7 @@ specified patterns.
Example: The pattern
.Ic *(foo|bar)
matches the strings
-\(lq\(rq,
+.Dq ,
.Dq foo ,
.Dq bar ,
.Dq foobarfoo ,
@@ -1940,7 +1940,7 @@ patterns.
Example: The pattern
.Ic ?(foo|bar)
only matches the strings
-\(lq\(rq,
+.Dq ,
.Dq foo ,
and
.Dq bar .
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1
index f446cb4978d..880863b30fb 100644
--- a/bin/ksh/sh.1
+++ b/bin/ksh/sh.1
@@ -1,8 +1,8 @@
-.\" $OpenBSD: sh.1,v 1.88 2010/09/18 19:25:05 jmc Exp $
+.\" $OpenBSD: sh.1,v 1.89 2010/09/20 07:41:17 jmc Exp $
.\"
.\" Public Domain
.\"
-.Dd $Mdocdate: September 18 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt SH 1
.Os
.Sh NAME
@@ -873,7 +873,7 @@ and VAR is set to
the substitution for $VAR results in four fields:
.Sq A ,
.Sq B ,
-\(oq\(cq
+.Sq
(an empty field),
and
.Sq D .
@@ -890,13 +890,13 @@ Using the previous example, the substitution for $VAR:E
results in the fields:
.Sq A ,
.Sq B ,
-\(oq\(cq,
+.Sq ,
and
.Sq D:E ,
not
.Sq A ,
.Sq B ,
-\(oq\(cq,
+.Sq ,
.Sq D ,
and
.Sq E .
@@ -1519,7 +1519,7 @@ specified patterns.
Example: The pattern
.Ic *(foo|bar)
matches the strings
-\(lq\(rq,
+.Dq ,
.Dq foo ,
.Dq bar ,
.Dq foobarfoo ,
@@ -1544,7 +1544,7 @@ patterns.
Example: The pattern
.Ic ?(foo|bar)
only matches the strings
-\(lq\(rq,
+.Dq ,
.Dq foo ,
and
.Dq bar .
diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3
index a19825115af..29fd1790235 100644
--- a/lib/libc/gen/getloadavg.3
+++ b/lib/libc/gen/getloadavg.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getloadavg.3,v 1.11 2010/09/19 22:22:13 jmc Exp $
+.\" $OpenBSD: getloadavg.3,v 1.12 2010/09/20 07:41:17 jmc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -27,7 +27,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt GETLOADAVG 3
.Os
.Sh NAME
@@ -45,7 +45,7 @@ averaged over various periods of time.
Up to
.Fa nelem
samples are retrieved and assigned to successive elements of
-.Fa loadavg Ns \(sq .
+.Fa loadavg Ns Bq .
The system imposes a maximum of 3 samples, representing averages
over the last 1, 5, and 15 minutes, respectively.
.Sh RETURN VALUES
diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3
index d1e2e99e71d..ad868967d41 100644
--- a/lib/libcompat/regexp/regexp.3
+++ b/lib/libcompat/regexp/regexp.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regexp.3,v 1.11 2010/09/19 22:22:13 jmc Exp $
+.\" $OpenBSD: regexp.3,v 1.12 2010/09/20 07:41:17 jmc Exp $
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" @(#)regexp.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt REGEXP 3
.Os
.Sh NAME
@@ -137,9 +137,9 @@ Each instance of `&' in
.Fa source
is replaced by the substring
indicated by
-.Em startp Ns \(sq
+.Em startp Ns Bq
and
-.Em endp Ns \(sq .
+.Em endp Ns Bq .
Each instance of
.Sq \e Ns Em n ,
where
diff --git a/lib/libkvm/kvm_getloadavg.3 b/lib/libkvm/kvm_getloadavg.3
index 57b42ca08fa..da1f687725a 100644
--- a/lib/libkvm/kvm_getloadavg.3
+++ b/lib/libkvm/kvm_getloadavg.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kvm_getloadavg.3,v 1.9 2010/09/19 22:22:13 jmc Exp $
+.\" $OpenBSD: kvm_getloadavg.3,v 1.10 2010/09/20 07:41:17 jmc Exp $
.\" $NetBSD: kvm_getloadavg.3,v 1.2 1996/03/18 22:33:26 thorpej Exp $
.\"
.\" Copyright (c) 1992, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)kvm_getloadavg.3 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt KVM_GETLOADAVG 3
.Os
.Sh NAME
@@ -51,7 +51,7 @@ averaged over various periods of time.
Up to
.Fa nelem
samples are retrieved and assigned to successive elements of
-.Fa loadavg Ns \(sq .
+.Fa loadavg Ns Bq .
The system imposes a maximum of 3 samples, representing averages
over the last 1, 5, and 15 minutes, respectively.
.Sh RETURN VALUES
diff --git a/usr.sbin/cron/crontab.5 b/usr.sbin/cron/crontab.5
index 3616abfa084..ef0bdeeb2fc 100644
--- a/usr.sbin/cron/crontab.5
+++ b/usr.sbin/cron/crontab.5
@@ -17,9 +17,9 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
.\" OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.\" $OpenBSD: crontab.5,v 1.22 2010/09/19 21:59:23 jmc Exp $
+.\" $OpenBSD: crontab.5,v 1.23 2010/09/20 07:41:17 jmc Exp $
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt CRONTAB 5
.Os
.Sh NAME
@@ -159,7 +159,7 @@ mail is sent to the user so named.
If
.Ev MAILTO
is defined but empty
-.Pq Ev MAILTO \&= \(oq\(cq ,
+.Pq Ev MAILTO \&= Sq ,
no
mail will be sent.
Otherwise mail is sent to the owner of the
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index 41bc8e9b723..63bf8f5e06c 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pppd.8,v 1.37 2010/09/19 21:59:23 jmc Exp $
+.\" $OpenBSD: pppd.8,v 1.38 2010/09/20 07:41:17 jmc Exp $
.\" Id: pppd.8,v 1.27 1998/03/31 04:31:08 paulus Exp $
.\"
.\" Copyright (c) 1993-2003 Paul Mackerras <paulus@samba.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: September 19 2010 $
+.Dd $Mdocdate: September 20 2010 $
.Dt PPPD 8
.Os
.Sh NAME
@@ -1079,7 +1079,8 @@ Typically, when using the
.Cm login
option, the secret in
.Pa /etc/ppp/pap-secrets
-would be \(dq\(dq,
+would be
+.Pq ,
which will match any password supplied by the peer.
This avoids the need to have the same secret in two places.
.Pp