1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno

ok jmc@ schwarze@
This commit is contained in:
jsg 2022-07-30 07:19:30 +00:00
parent 09ce6c0661
commit 6db3e3d75c
23 changed files with 70 additions and 68 deletions

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: daemon.3,v 1.13 2016/05/18 11:41:16 schwarze Exp $
.\" $OpenBSD: daemon.3,v 1.14 2022/07/30 07:19:30 jsg Exp $
.\"
.\" Copyright (c) 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: May 18 2016 $
.Dd $Mdocdate: July 30 2022 $
.Dt DAEMON 3
.Os
.Sh NAME
@ -76,6 +76,8 @@ and
The
.Fn daemon
function first appeared in
.Bx 4.3 Reno
libutil and moved to libc in
.Bx 4.4 .
.Sh CAVEATS
If the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: fnmatch.3,v 1.16 2014/01/21 03:15:45 schwarze Exp $
.\" $OpenBSD: fnmatch.3,v 1.17 2022/07/30 07:19:30 jsg Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@ -31,7 +31,7 @@
.\"
.\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: January 21 2014 $
.Dd $Mdocdate: July 30 2022 $
.Dt FNMATCH 3
.Os
.Sh NAME
@ -148,7 +148,7 @@ first appeared in the Programmer's Workbench (PWB/UNIX).
The
.Fn fnmatch
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Sh BUGS
The pattern
.Ql *

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: getmntinfo.3,v 1.14 2018/04/27 13:42:08 guenther Exp $
.\" $OpenBSD: getmntinfo.3,v 1.15 2022/07/30 07:19:30 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: April 27 2018 $
.Dd $Mdocdate: July 30 2022 $
.Dt GETMNTINFO 3
.Os
.Sh NAME
@ -85,7 +85,7 @@ or
The
.Fn getmntinfo
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Sh BUGS
The
.Fn getmntinfo

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: setmode.3,v 1.14 2013/06/05 03:39:22 tedu Exp $
.\" $OpenBSD: setmode.3,v 1.15 2022/07/30 07:19:30 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: June 5 2013 $
.Dd $Mdocdate: July 30 2022 $
.Dt SETMODE 3
.Os
.Sh NAME
@ -105,4 +105,4 @@ The
and
.Fn setmode
functions first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: unvis.3,v 1.18 2014/11/09 04:34:20 guenther Exp $
.\" $OpenBSD: unvis.3,v 1.19 2022/07/30 07:19:30 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: November 9 2014 $
.Dd $Mdocdate: July 30 2022 $
.Dt UNVIS 3
.Os
.Sh NAME
@ -192,4 +192,4 @@ if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID)
The
.Fn unvis
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: vis.3,v 1.36 2018/03/16 16:58:26 schwarze Exp $
.\" $OpenBSD: vis.3,v 1.37 2022/07/30 07:19:30 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 16 2018 $
.Dd $Mdocdate: July 30 2022 $
.Dt VIS 3
.Os
.Sh NAME
@ -379,7 +379,7 @@ The
and
.Fn strvisx
functions first appeared in
.Bx 4.4 ,
.Bx 4.3 Reno ,
.Fn strnvis
in
.Ox 2.9

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: getfh.2,v 1.19 2018/04/27 13:42:08 guenther Exp $
.\" $OpenBSD: getfh.2,v 1.20 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: getfh.2,v 1.7 1995/10/12 15:40:53 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)getfh.2 8.1 (Berkeley) 6/9/93
.\"
.Dd $Mdocdate: April 27 2018 $
.Dd $Mdocdate: July 30 2022 $
.Dt GETFH 2
.Os
.Sh NAME
@ -99,4 +99,4 @@ refers to a remote file system.
The
.Fn getfh
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: getfsstat.2,v 1.21 2018/04/27 13:42:08 guenther Exp $
.\" $OpenBSD: getfsstat.2,v 1.22 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: getfsstat.2,v 1.6 1995/06/29 11:40:44 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)getfsstat.2 8.1 (Berkeley) 6/9/93
.\"
.Dd $Mdocdate: April 27 2018 $
.Dd $Mdocdate: July 30 2022 $
.Dt GETFSSTAT 2
.Os
.Sh NAME
@ -146,4 +146,4 @@ An I/O error occurred while reading from or writing to the file system.
The
.Fn getfsstat
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ktrace.2,v 1.40 2022/02/22 03:35:36 deraadt Exp $
.\" $OpenBSD: ktrace.2,v 1.41 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: ktrace.2,v 1.2 1995/02/27 12:33:58 cgd Exp $
.\"
.\" Copyright (c) 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)ktrace.2 8.1 (Berkeley) 6/4/93
.\"
.Dd $Mdocdate: February 22 2022 $
.Dd $Mdocdate: July 30 2022 $
.Dt KTRACE 2
.Os
.Sh NAME
@ -231,4 +231,4 @@ points outside the process's allocated address space.
A
.Fn ktrace
function call first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nfssvc.2,v 1.24 2021/11/21 23:44:55 jan Exp $
.\" $OpenBSD: nfssvc.2,v 1.25 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: nfssvc.2,v 1.6 1995/02/27 12:35:08 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)nfssvc.2 8.1 (Berkeley) 6/9/93
.\"
.Dd $Mdocdate: November 21 2021 $
.Dd $Mdocdate: July 30 2022 $
.Dt NFSSVC 2
.Os
.Sh NAME
@ -116,7 +116,7 @@ unsupported bits.
The
.Fn nfssvc
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Sh BUGS
The
.Fn nfssvc

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: statfs.2,v 1.28 2021/11/21 23:44:55 jan Exp $
.\" $OpenBSD: statfs.2,v 1.29 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)statfs.2 8.3 (Berkeley) 2/11/94
.\"
.Dd $Mdocdate: November 21 2021 $
.Dd $Mdocdate: July 30 2022 $
.Dt STATFS 2
.Os
.Sh NAME
@ -155,4 +155,4 @@ An I/O error occurred while reading from or writing to the file system.
The
.Fn statfs
function first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mkfifo.1,v 1.13 2010/09/03 10:08:22 jmc Exp $
.\" $OpenBSD: mkfifo.1,v 1.14 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)mkfifo.1 8.2 (Berkeley) 1/5/94
.\"
.Dd $Mdocdate: September 3 2010 $
.Dd $Mdocdate: July 30 2022 $
.Dt MKFIFO 1
.Os
.Sh NAME
@ -83,4 +83,4 @@ specification.
The
.Nm
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: mountd.8,v 1.20 2015/12/15 18:24:18 tim Exp $
.\" $OpenBSD: mountd.8,v 1.21 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
.\"
.Dd $Mdocdate: December 15 2015 $
.Dd $Mdocdate: July 30 2022 $
.Dt MOUNTD 8
.Os
.Sh NAME
@ -104,7 +104,7 @@ PID of the currently running
The
.Nm
utility first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Pp
The
.Fl n

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nfsd.8,v 1.19 2015/09/10 15:16:43 schwarze Exp $
.\" $OpenBSD: nfsd.8,v 1.20 2022/07/30 07:19:30 jsg Exp $
.\" $NetBSD: nfsd.8,v 1.7 1996/02/18 11:58:24 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)nfsd.8 8.4 (Berkeley) 3/29/95
.\"
.Dd $Mdocdate: September 10 2015 $
.Dd $Mdocdate: July 30 2022 $
.Dt NFSD 8
.Os
.Sh NAME
@ -92,4 +92,4 @@ server specification; see RFCs 1094 and 1813.
The
.Nm
utility first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: kdump.1,v 1.34 2019/05/15 15:36:59 schwarze Exp $
.\" $OpenBSD: kdump.1,v 1.35 2022/07/30 07:19:30 jsg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" from: @(#)kdump.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: May 15 2019 $
.Dd $Mdocdate: July 30 2022 $
.Dt KDUMP 1
.Os
.Sh NAME
@ -123,4 +123,4 @@ default ktrace dump file
The
.Nm
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: ktrace.1,v 1.31 2020/07/16 17:47:41 tedu Exp $
.\" $OpenBSD: ktrace.1,v 1.32 2022/07/30 07:19:30 jsg Exp $
.\"
.\" Copyright (c) 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@ -29,7 +29,7 @@
.\"
.\" from: @(#)ktrace.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: July 16 2020 $
.Dd $Mdocdate: July 30 2022 $
.Dt KTRACE 1
.Os
.Sh NAME
@ -197,4 +197,4 @@ Disable tracing of all processes owned by the user:
The
.Nm ktrace
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: nfsstat.1,v 1.18 2022/07/17 08:33:01 jsg Exp $
.\" $OpenBSD: nfsstat.1,v 1.19 2022/07/30 07:19:31 jsg Exp $
.\" $NetBSD: nfsstat.1,v 1.8 1996/03/03 17:21:28 thorpej Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" from: @(#)nfsstat.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: July 17 2022 $
.Dd $Mdocdate: July 30 2022 $
.Dt NFSSTAT 1
.Os
.Sh NAME
@ -96,4 +96,4 @@ default memory file
The
.Nm
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: showmount.8,v 1.13 2007/05/31 19:20:16 jmc Exp $
.\" $OpenBSD: showmount.8,v 1.14 2022/07/30 07:19:31 jsg Exp $
.\" $NetBSD: showmount.8,v 1.5 1995/08/31 22:26:07 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)showmount.8 8.3 (Berkeley) 3/29/95
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: July 30 2022 $
.Dt SHOWMOUNT 8
.Os
.Sh NAME
@ -81,7 +81,7 @@ exports list.
The
.Nm
utility first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Sh BUGS
The mount daemon running on the server only has an idea of the actual mounts,
since the

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: unvis.1,v 1.8 2013/08/12 14:19:53 jmc Exp $
.\" $OpenBSD: unvis.1,v 1.9 2022/07/30 07:19:31 jsg Exp $
.\" $NetBSD: unvis.1,v 1.3 1994/12/06 07:36:08 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@ -30,7 +30,7 @@
.\"
.\" @(#)unvis.1 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: August 12 2013 $
.Dd $Mdocdate: July 30 2022 $
.Dt UNVIS 1
.Os
.Sh NAME
@ -53,4 +53,4 @@ a visual representation of data back to its original form on standard output.
The
.Nm
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: vis.1,v 1.15 2010/08/24 23:49:06 djm Exp $
.\" $OpenBSD: vis.1,v 1.16 2022/07/30 07:19:31 jsg Exp $
.\" $NetBSD: vis.1,v 1.5 1994/11/17 07:56:00 jtc Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
@ -30,7 +30,7 @@
.\"
.\" @(#)vis.1 8.4 (Berkeley) 4/19/94
.\"
.Dd $Mdocdate: August 24 2010 $
.Dd $Mdocdate: July 30 2022 $
.Dt VIS 1
.Os
.Sh NAME
@ -135,4 +135,4 @@ White space (space-tab-newline) is also encoded.
The
.Nm
command appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: amd.8,v 1.26 2022/03/31 17:27:28 naddy Exp $
.\" $OpenBSD: amd.8,v 1.27 2022/07/30 07:19:31 jsg Exp $
.\"
.\" Copyright (c) 1989 Jan-Simon Pendry
.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine
@ -34,7 +34,7 @@
.\"
.\" from: @(#)amd.8 5.10 (Berkeley) 4/19/94
.\"
.Dd $Mdocdate: March 31 2022 $
.Dd $Mdocdate: July 30 2022 $
.Dt AMD 8
.Os
.Sh NAME
@ -200,7 +200,7 @@ directory under which filesystems are dynamically mounted
The
.Nm amd
utility first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
.Sh AUTHORS
.An Jan-Simon Pendry Aq Mt jsp@doc.ic.ac.uk ,
Department of Computing, Imperial College, London, UK.

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: kvm_mkdb.8,v 1.11 2007/05/31 19:20:25 jmc Exp $
.\" $OpenBSD: kvm_mkdb.8,v 1.12 2022/07/30 07:19:31 jsg Exp $
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@ -28,7 +28,7 @@
.\"
.\" from: @(#)kvm_mkdb.8 8.1 (Berkeley) 6/9/93
.\"
.Dd $Mdocdate: May 31 2007 $
.Dd $Mdocdate: July 30 2022 $
.Dt KVM_MKDB 8
.Os
.Sh NAME
@ -82,4 +82,4 @@ Yields slightly more verbose operation.
The
.Nm kvm_mkdb
utility first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .

View File

@ -1,4 +1,4 @@
.\" $OpenBSD: traceroute.8,v 1.73 2021/09/15 15:25:56 florian Exp $
.\" $OpenBSD: traceroute.8,v 1.74 2022/07/30 07:19:31 jsg Exp $
.\" $NetBSD: traceroute.8,v 1.6 1995/10/12 03:05:50 mycroft Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
@ -33,7 +33,7 @@
.\"
.\" @(#)traceroute.8 8.1 (Berkeley) 6/6/93
.\"
.Dd $Mdocdate: September 15 2021 $
.Dd $Mdocdate: July 30 2022 $
.Dt TRACEROUTE 8
.Os
.Sh NAME
@ -406,7 +406,7 @@ was re-implemented.
The
.Nm
command first appeared in
.Bx 4.4 .
.Bx 4.3 Reno .
The
.Nm traceroute6
command first appeared in the WIDE Hydrangea IPv6 protocol stack kit.