summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjsg <>2022-08-04 06:20:24 +0000
committerjsg <>2022-08-04 06:20:24 +0000
commite33cffa71603adeedd86c217266ab1eb7fa0daec (patch)
treeba92309d252f7a58f8d34696dfc26852c856b12b /src
parentd2955ed0e01c5a5958c6dba8eee9c69ed87b96cf (diff)
downloadopenbsd-e33cffa71603adeedd86c217266ab1eb7fa0daec.tar.gz
openbsd-e33cffa71603adeedd86c217266ab1eb7fa0daec.tar.bz2
openbsd-e33cffa71603adeedd86c217266ab1eb7fa0daec.zip
change some 4.4BSD references to earlier releases
ok schwarze@
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/stdlib/getsubopt.36
-rw-r--r--src/lib/libc/stdlib/radixsort.36
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3
index e94e6395d2..fee3840bef 100644
--- a/src/lib/libc/stdlib/getsubopt.3
+++ b/src/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getsubopt.3,v 1.15 2021/09/03 16:51:47 schwarze Exp $ 1.\" $OpenBSD: getsubopt.3,v 1.16 2022/08/04 06:20:24 jsg Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
29.\" 29.\"
30.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93 30.\" @(#)getsubopt.3 8.1 (Berkeley) 6/9/93
31.\" 31.\"
32.Dd $Mdocdate: September 3 2021 $ 32.Dd $Mdocdate: August 4 2022 $
33.Dt GETSUBOPT 3 33.Dt GETSUBOPT 3
34.Os 34.Os
35.Sh NAME 35.Sh NAME
@@ -159,4 +159,4 @@ are extensions to that standard.
159The 159The
160.Fn getsubopt 160.Fn getsubopt
161function first appeared in 161function first appeared in
162.Bx 4.4 . 162.Bx 4.3 Net/2 .
diff --git a/src/lib/libc/stdlib/radixsort.3 b/src/lib/libc/stdlib/radixsort.3
index e706b798b7..7290142a9c 100644
--- a/src/lib/libc/stdlib/radixsort.3
+++ b/src/lib/libc/stdlib/radixsort.3
@@ -25,9 +25,9 @@
25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26.\" SUCH DAMAGE. 26.\" SUCH DAMAGE.
27.\" 27.\"
28.\" $OpenBSD: radixsort.3,v 1.13 2015/01/29 01:46:31 schwarze Exp $ 28.\" $OpenBSD: radixsort.3,v 1.14 2022/08/04 06:20:24 jsg Exp $
29.\" 29.\"
30.Dd $Mdocdate: January 29 2015 $ 30.Dd $Mdocdate: August 4 2022 $
31.Dt RADIXSORT 3 31.Dt RADIXSORT 3
32.Os 32.Os
33.Sh NAME 33.Sh NAME
@@ -148,4 +148,4 @@ for any of the errors specified for the library routine
148The 148The
149.Fn radixsort 149.Fn radixsort
150function first appeared in 150function first appeared in
151.Bx 4.4 . 151.Bx 4.3 Net/2 .