diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-20 07:41:18 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-20 07:41:18 +0000 |
commit | 744da44e8c8b7e68890648e77f54f4742d53e4cd (patch) | |
tree | 0fe0d0d4cb2f19c29971e9493c2fe3a0d900d024 /lib | |
parent | a8d7c69788c334b14d463ae7d62315f192665c1a (diff) |
according to ingo, it isn;t a problem to have empty [BDS]q macros, so
revert that part of yesterday's diffs;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getloadavg.3 | 6 | ||||
-rw-r--r-- | lib/libcompat/regexp/regexp.3 | 8 | ||||
-rw-r--r-- | lib/libkvm/kvm_getloadavg.3 | 6 |
3 files changed, 10 insertions, 10 deletions
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 |