diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 22:22:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-19 22:22:14 +0000 |
commit | d976731f0e9776d93fbab481527759c521811f19 (patch) | |
tree | 5cc0a4c3377476b62ddd7d59d225ba3682397fd1 /lib/libc/gen | |
parent | 6e2232564ea00cd8c9d91bde36206a701b28e3ab (diff) |
more wacky macro fixing;
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getloadavg.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index 9e689297620..a19825115af 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getloadavg.3,v 1.10 2007/05/31 19:19:28 jmc Exp $ +.\" $OpenBSD: getloadavg.3,v 1.11 2010/09/19 22:22:13 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: May 31 2007 $ +.Dd $Mdocdate: September 19 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 Bq . +.Fa loadavg Ns \(sq . The system imposes a maximum of 3 samples, representing averages over the last 1, 5, and 15 minutes, respectively. .Sh RETURN VALUES |