diff options
Diffstat (limited to 'lib/libc/gen/sleep.3')
-rw-r--r-- | lib/libc/gen/sleep.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 899c083c4e3..8702cb0d976 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.3,v 1.15 2014/02/21 23:39:39 schwarze Exp $ +.\" $OpenBSD: sleep.3,v 1.16 2020/02/08 01:09:57 jsg Exp $ .\" .\" Copyright (c) 1986, 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: February 21 2014 $ +.Dd $Mdocdate: February 8 2020 $ .Dt SLEEP 3 .Os .Sh NAME @@ -79,7 +79,7 @@ function conforms to A .Fn sleep system call first appeared in -.At v3 . +.At v2 . In .At v7 , it was removed and replaced by a C library implementation based on |