diff options
author | 2020-02-08 01:09:57 +0000 | |
---|---|---|
committer | 2020-02-08 01:09:57 +0000 | |
commit | 01c04610def415d91ba53ed8301fa7d251b19af6 (patch) | |
tree | a20a6812f495899df4ac599cdbf12476a3111c4d /lib/libc/gen/sleep.3 | |
parent | sync; go for it deraadt@ (diff) | |
download | wireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.tar.xz wireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.zip |
correct Research Unix edition "appeared in" use in HISTORY
Starting from "Combined Table of Contents" in Doug McIlroy's
"A Research UNIX Reader" a table of which edition manuals appeared in.
Checked against manuals from bitsavers/TUHS and source from TUHS where
available.
Ingo points out there are cases where something is included but not
documented until a later release.
bcd(6) v6 v7
printf(3) v2 v4
abort(3) v5 v6
system(3) v6 v7
fmod(3) v5 v6
ok schwarze@
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 |