diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-08 01:09:59 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2020-02-08 01:09:59 +0000 |
commit | c6d6cbd2f94805e19154d190a35524e7ea150af0 (patch) | |
tree | 74bce76b7a7b5ffd6d29b794529d63658b9b947d /lib/libc/gen | |
parent | c715f7019004ac5e3f362b8448744932cbb2047e (diff) |
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')
-rw-r--r-- | lib/libc/gen/nlist.3 | 6 | ||||
-rw-r--r-- | lib/libc/gen/sleep.3 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 14e9310f561..0afb82c3d7c 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nlist.3,v 1.13 2013/10/20 07:40:39 jmc Exp $ +.\" $OpenBSD: nlist.3,v 1.14 2020/02/08 01:09:57 jsg Exp $ .\" .\" Copyright (c) 1980, 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: October 20 2013 $ +.Dd $Mdocdate: February 8 2020 $ .Dt NLIST 3 .Os .Sh NAME @@ -73,4 +73,4 @@ does not exist or is not an executable, the returned value is \-1. An .Fn nlist function first appeared in -.At v3 . +.At v2 . 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 |