summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2022-08-04 06:20:25 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2022-08-04 06:20:25 +0000
commit2fbd730fea0de05930193553d81e22a0c1691e9a (patch)
tree4cdfe81adc48d0f9e706b036591e7d4d395d0041 /lib/libc/stdlib
parent0dc855d4514818455021be88d2d4eb38938c1455 (diff)
change some 4.4BSD references to earlier releases
ok schwarze@
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/getsubopt.36
-rw-r--r--lib/libc/stdlib/radixsort.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/stdlib/getsubopt.3 b/lib/libc/stdlib/getsubopt.3
index e94e6395d22..fee3840befe 100644
--- a/lib/libc/stdlib/getsubopt.3
+++ b/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsubopt.3,v 1.15 2021/09/03 16:51:47 schwarze Exp $
+.\" $OpenBSD: getsubopt.3,v 1.16 2022/08/04 06:20:24 jsg Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
.\"
-.Dd $Mdocdate: September 3 2021 $
+.Dd $Mdocdate: August 4 2022 $
.Dt GETSUBOPT 3
.Os
.Sh NAME
@@ -159,4 +159,4 @@ are extensions to that standard.
The
.Fn getsubopt
function first appeared in
-.Bx 4.4 .
+.Bx 4.3 Net/2 .
diff --git a/lib/libc/stdlib/radixsort.3 b/lib/libc/stdlib/radixsort.3
index e706b798b73..7290142a9c7 100644
--- a/lib/libc/stdlib/radixsort.3
+++ b/lib/libc/stdlib/radixsort.3
@@ -25,9 +25,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: radixsort.3,v 1.13 2015/01/29 01:46:31 schwarze Exp $
+.\" $OpenBSD: radixsort.3,v 1.14 2022/08/04 06:20:24 jsg Exp $
.\"
-.Dd $Mdocdate: January 29 2015 $
+.Dd $Mdocdate: August 4 2022 $
.Dt RADIXSORT 3
.Os
.Sh NAME
@@ -148,4 +148,4 @@ for any of the errors specified for the library routine
The
.Fn radixsort
function first appeared in
-.Bx 4.4 .
+.Bx 4.3 Net/2 .