From e33cffa71603adeedd86c217266ab1eb7fa0daec Mon Sep 17 00:00:00 2001 From: jsg <> Date: Thu, 4 Aug 2022 06:20:24 +0000 Subject: change some 4.4BSD references to earlier releases ok schwarze@ --- src/lib/libc/stdlib/getsubopt.3 | 6 +++--- src/lib/libc/stdlib/radixsort.3 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src') 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 @@ -.\" $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/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 @@ .\" 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 . -- cgit v1.2.3-55-g6feb