From: jsg Date: Thu, 4 Aug 2022 06:20:24 +0000 (+0000) Subject: change some 4.4BSD references to earlier releases X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6e23b9dc8de20118188a638df3b19d6b633aed2b;p=openbsd change some 4.4BSD references to earlier releases ok schwarze@ --- diff --git a/bin/md5/cksum.1 b/bin/md5/cksum.1 index af52a4ac7e8..fa11401daae 100644 --- a/bin/md5/cksum.1 +++ b/bin/md5/cksum.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cksum.1,v 1.39 2016/09/03 17:01:01 tedu Exp $ +.\" $OpenBSD: cksum.1,v 1.40 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -32,7 +32,7 @@ .\" .\" @(#)cksum.1 8.2 (Berkeley) 4/28/95 .\" -.Dd $Mdocdate: September 3 2016 $ +.Dd $Mdocdate: August 4 2022 $ .Dt CKSUM 1 .Os .Sh NAME @@ -183,7 +183,7 @@ All the flags are extensions to that specification. The .Nm cksum utility appeared in -.Bx 4.4 . +.Bx 4.3 Net/2 . .Sh CAVEATS Do not use the cksum or md5 algorithms to verify file integrity. An attacker can trivially produce modified payload that diff --git a/games/fortune/strfile/strfile.8 b/games/fortune/strfile/strfile.8 index 3c1fa4f2ba5..990bb7650fc 100644 --- a/games/fortune/strfile/strfile.8 +++ b/games/fortune/strfile/strfile.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strfile.8,v 1.16 2019/08/30 18:33:17 deraadt Exp $ +.\" $OpenBSD: strfile.8,v 1.17 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: strfile.8,v 1.3 1995/03/23 08:28:45 cgd Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -34,7 +34,7 @@ .\" .\" @(#)strfile.8 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: August 30 2019 $ +.Dd $Mdocdate: August 4 2022 $ .Dt STRFILE 8 .Os .Sh NAME @@ -146,4 +146,4 @@ default output file. The .Nm strfile utility first appeared in -.Bx 4.4 . +.Bx 4.0 . diff --git a/lib/libc/locale/localeconv.3 b/lib/libc/locale/localeconv.3 index c2b613bff1c..97d2b743874 100644 --- a/lib/libc/locale/localeconv.3 +++ b/lib/libc/locale/localeconv.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: localeconv.3,v 1.2 2018/04/04 15:04:37 schwarze Exp $ +.\" $OpenBSD: localeconv.3,v 1.3 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $ .\" .\" Copyright (c) 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)setlocale.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: April 4 2018 $ +.Dd $Mdocdate: August 4 2022 $ .Dt LOCALECONV 3 .Os .Sh NAME @@ -195,4 +195,4 @@ function conforms to The .Fn localeconv function first appeared in -.Bx 4.4 . +.Bx 4.3 Net/2 . diff --git a/lib/libc/locale/setlocale.3 b/lib/libc/locale/setlocale.3 index f34bcd8926a..be2728fbd15 100644 --- a/lib/libc/locale/setlocale.3 +++ b/lib/libc/locale/setlocale.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setlocale.3,v 1.23 2019/01/13 22:57:08 schwarze Exp $ +.\" $OpenBSD: setlocale.3,v 1.24 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: setlocale.3,v 1.3 1997/07/14 23:19:47 kleink Exp $ .\" .\" Copyright (c) 1993 @@ -33,7 +33,7 @@ .\" .\" @(#)setlocale.3 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: January 13 2019 $ +.Dd $Mdocdate: August 4 2022 $ .Dt SETLOCALE 3 .Os .Sh NAME @@ -228,7 +228,7 @@ function conforms to The .Fn setlocale function first appeared in -.Bx 4.4 . +.Bx 4.3 Net/2 . .Sh CAVEATS On systems other than .Ox , diff --git a/lib/libc/stdio/mktemp.3 b/lib/libc/stdio/mktemp.3 index 572e95dc4f7..050a5c8cb44 100644 --- a/lib/libc/stdio/mktemp.3 +++ b/lib/libc/stdio/mktemp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mktemp.3,v 1.55 2022/03/31 17:27:16 naddy Exp $ +.\" $OpenBSD: mktemp.3,v 1.56 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 1989, 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: March 31 2022 $ +.Dd $Mdocdate: August 4 2022 $ .Dt MKTEMP 3 .Os .Sh NAME @@ -372,7 +372,7 @@ function appeared in The .Fn mkstemp function appeared in -.Bx 4.4 . +.Bx 4.3 . The .Fn mkstemps function appeared in diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 6f4fa099660..2e09cc82442 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.92 2021/09/01 17:47:33 jmc Exp $ +.\" $OpenBSD: printf.3,v 1.93 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -33,7 +33,7 @@ .\" .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: September 1 2021 $ +.Dd $Mdocdate: August 4 2022 $ .Dt PRINTF 3 .Os .Sh NAME @@ -934,7 +934,7 @@ The functions and .Fn vsnprintf first appeared in -.Bx 4.4 . +.Bx 4.3 Net/2 . .Pp The functions .Fn asprintf 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 . diff --git a/lib/libc/sys/chflags.2 b/lib/libc/sys/chflags.2 index f16810c23f3..5f9b8470efa 100644 --- a/lib/libc/sys/chflags.2 +++ b/lib/libc/sys/chflags.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.2,v 1.28 2019/03/25 21:17:01 anton Exp $ +.\" $OpenBSD: chflags.2,v 1.29 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: chflags.2,v 1.6 1995/02/27 12:32:03 cgd Exp $ .\" .\" Copyright (c) 1989, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)chflags.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: March 25 2019 $ +.Dd $Mdocdate: August 4 2022 $ .Dt CHFLAGS 2 .Os .Sh NAME @@ -217,7 +217,7 @@ The and .Fn fchflags functions first appeared in -.Bx 4.4 . +.Bx 4.3 Reno . The .Fn chflagsat function first appeared in diff --git a/lib/libc/sys/getdents.2 b/lib/libc/sys/getdents.2 index 263bf471ece..133ab9d35ff 100644 --- a/lib/libc/sys/getdents.2 +++ b/lib/libc/sys/getdents.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getdents.2,v 1.3 2014/12/16 00:06:49 schwarze Exp $ +.\" $OpenBSD: getdents.2,v 1.4 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: getdirentries.2,v 1.7 1995/10/12 15:40:50 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getdirentries.2 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: December 16 2014 $ +.Dd $Mdocdate: August 4 2022 $ .Dt GETDENTS 2 .Os .Sh NAME @@ -182,7 +182,7 @@ instead. The .Fn getdirentries function first appeared in -.Bx 4.4 . +.Bx 4.3 Reno . In .Ox 5.5 the diff --git a/share/man/man3/bit_alloc.3 b/share/man/man3/bit_alloc.3 index 7b15b2b2105..c74d295341a 100644 --- a/share/man/man3/bit_alloc.3 +++ b/share/man/man3/bit_alloc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bit_alloc.3,v 1.1 2019/08/30 18:33:17 deraadt Exp $ +.\" $OpenBSD: bit_alloc.3,v 1.2 2022/08/04 06:20:24 jsg Exp $ .\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -32,7 +32,7 @@ .\" .\" @(#)bitstring.3 8.1 (Berkeley) 7/19/93 .\" -.Dd $Mdocdate: August 30 2019 $ +.Dd $Mdocdate: August 4 2022 $ .Dt BIT_ALLOC 3 .Os .Sh NAME @@ -172,4 +172,4 @@ make_lpr_available() .Xr malloc 3 .Sh HISTORY These functions first appeared in -.Bx 4.4 . +.Bx 4.3 Reno . diff --git a/share/man/man9/ktrace.9 b/share/man/man9/ktrace.9 index d248ed0c8be..f4fa00758c6 100644 --- a/share/man/man9/ktrace.9 +++ b/share/man/man9/ktrace.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ktrace.9,v 1.12 2016/06/19 21:41:51 guenther Exp $ +.\" $OpenBSD: ktrace.9,v 1.13 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 2003 Michael Shalayeff .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 19 2016 $ +.Dd $Mdocdate: August 4 2022 $ .Dt KTRACE 9 .Os .Sh NAME @@ -150,7 +150,7 @@ The process tracing facility is implemented in .Xr syscall 9 .Sh HISTORY The process tracing facility first appeared in -.Bx 4.4 . +.Bx 4.3 Reno . .Pp The .Nm ktrace diff --git a/usr.bin/locate/locate/locate.1 b/usr.bin/locate/locate/locate.1 index 0c0383fd0ab..a959bc6130b 100644 --- a/usr.bin/locate/locate/locate.1 +++ b/usr.bin/locate/locate/locate.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: locate.1,v 1.32 2020/01/07 11:26:25 zhuk Exp $ +.\" $OpenBSD: locate.1,v 1.33 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 1995 Wolfram Schneider . Berlin. .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)locate.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: January 7 2020 $ +.Dd $Mdocdate: August 4 2022 $ .Dt LOCATE 1 .Os .Sh NAME @@ -186,7 +186,7 @@ Zero matches are not considered an error. The .Nm command appeared in -.Bx 4.4 . +.Bx 4.3 Reno . .Sh BUGS .Nm may fail to list some files that are present, or may diff --git a/usr.sbin/dev_mkdb/dev_mkdb.8 b/usr.sbin/dev_mkdb/dev_mkdb.8 index 2d082a613fe..3e6e91c21d2 100644 --- a/usr.sbin/dev_mkdb/dev_mkdb.8 +++ b/usr.sbin/dev_mkdb/dev_mkdb.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dev_mkdb.8,v 1.8 2015/11/30 17:03:05 jmc Exp $ +.\" $OpenBSD: dev_mkdb.8,v 1.9 2022/08/04 06:20:24 jsg Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)dev_mkdb.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: November 30 2015 $ +.Dd $Mdocdate: August 4 2022 $ .Dt DEV_MKDB 8 .Os .Sh NAME @@ -80,4 +80,4 @@ database file The .Nm command appeared in -.Bx 4.4 . +.Bx 4.3 Net/2 .