diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-03 10:03:25 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-03 10:03:25 +0000 |
commit | af27d41ab042a6273f113a599a5c1176312e21a6 (patch) | |
tree | e14f13f7b2587d101b08774e29c36cda27105e96 /lib/libc/gen/getloadavg.3 | |
parent | 5e280e469d2559240b2673ce0a01e6c929064c0b (diff) |
use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@
Diffstat (limited to 'lib/libc/gen/getloadavg.3')
-rw-r--r-- | lib/libc/gen/getloadavg.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getloadavg.3 b/lib/libc/gen/getloadavg.3 index b0ca8f1f4bc..933eaaeb637 100644 --- a/lib/libc/gen/getloadavg.3 +++ b/lib/libc/gen/getloadavg.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getloadavg.3,v 1.6 1999/05/29 19:11:11 aaron Exp $ +.\" $OpenBSD: getloadavg.3,v 1.7 1999/06/03 10:03:21 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,7 +54,7 @@ The system imposes a maximum of 3 samples, representing averages over the last 1, 5, and 15 minutes, respectively. .Sh RETURN VALUES Upon successful completion, the number of samples retrieved is -returned. If an error occurs, -1 is returned and the global variable +returned. If an error occurs, \-1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS |