diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-31 16:52:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-08-31 16:52:36 +0000 |
commit | 4a5fe73d3f52d4faf3e7e8b48559c8e8c872e5df (patch) | |
tree | 9110de7db77a96d4122ccdf47ec13dc969cc53ef /lib/libc/gen/usleep.3 | |
parent | 43b7fa1d59ab3c955e2f241dcee15d3bbe36b967 (diff) |
Consistify naming of RETURN VALUES section.
Diffstat (limited to 'lib/libc/gen/usleep.3')
-rw-r--r-- | lib/libc/gen/usleep.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3 index 4f1f2ecc7bb..a5a8b8e5f0d 100644 --- a/lib/libc/gen/usleep.3 +++ b/lib/libc/gen/usleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usleep.3,v 1.10 1999/07/09 13:35:20 aaron Exp $ +.\" $OpenBSD: usleep.3,v 1.11 1999/08/31 16:52:34 aaron Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ with other uses of (not that .Fn usleep interferes with interval timers anymore). -.Sh RETURN VALUE +.Sh RETURN VALUES If the .Fn usleep function returns because the requested time has elapsed, the value |