diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-08-01 12:15:21 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-08-01 12:15:21 +0000 |
commit | 80fcc4abbc12dd29d60f75e9f6b9008ddcd8f892 (patch) | |
tree | 2299803f1e20369615d911d4ab30af728dd82c73 /lib | |
parent | f153c10891f2752c80754078285a1fef43276b0f (diff) | |
download | FreeBSD-src-80fcc4abbc12dd29d60f75e9f6b9008ddcd8f892.zip FreeBSD-src-80fcc4abbc12dd29d60f75e9f6b9008ddcd8f892.tar.gz |
MFS: in HISTORY section, fix release number of first appearance
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getprogname.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/rfork_thread.3 | 2 | ||||
-rw-r--r-- | lib/libc/gen/shm_open.3 | 2 | ||||
-rw-r--r-- | lib/libc/sys/shm_open.2 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/getprogname.3 b/lib/libc/gen/getprogname.3 index ea9c353..cf1e123 100644 --- a/lib/libc/gen/getprogname.3 +++ b/lib/libc/gen/getprogname.3 @@ -89,4 +89,4 @@ modifications to the start-up code. These functions first appeared in .Nx 1.6 , and made their way into -.Fx 5.0 . +.Fx 4.4 . diff --git a/lib/libc/gen/rfork_thread.3 b/lib/libc/gen/rfork_thread.3 index eafde60..ef8389f 100644 --- a/lib/libc/gen/rfork_thread.3 +++ b/lib/libc/gen/rfork_thread.3 @@ -74,4 +74,4 @@ for error return codes. The .Fn rfork_thread function call first appeared in -.Fx 5.0 . +.Fx 4.3 . diff --git a/lib/libc/gen/shm_open.3 b/lib/libc/gen/shm_open.3 index 3caec06..35ac103 100644 --- a/lib/libc/gen/shm_open.3 +++ b/lib/libc/gen/shm_open.3 @@ -184,7 +184,7 @@ The and .Fn shm_unlink functions first appeared in -.Fx 5.0 . +.Fx 4.3 . .Sh AUTHORS .An Garrett A. Wollman Aq wollman@FreeBSD.org (C library support and this manual page) diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2 index 3caec06..35ac103 100644 --- a/lib/libc/sys/shm_open.2 +++ b/lib/libc/sys/shm_open.2 @@ -184,7 +184,7 @@ The and .Fn shm_unlink functions first appeared in -.Fx 5.0 . +.Fx 4.3 . .Sh AUTHORS .An Garrett A. Wollman Aq wollman@FreeBSD.org (C library support and this manual page) |