summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2020-02-08 01:09:57 +0000
committerjsg <jsg@openbsd.org>2020-02-08 01:09:57 +0000
commit01c04610def415d91ba53ed8301fa7d251b19af6 (patch)
treea20a6812f495899df4ac599cdbf12476a3111c4d
parentsync; go for it deraadt@ (diff)
downloadwireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.tar.xz
wireguard-openbsd-01c04610def415d91ba53ed8301fa7d251b19af6.zip
correct Research Unix edition "appeared in" use in HISTORY
Starting from "Combined Table of Contents" in Doug McIlroy's "A Research UNIX Reader" a table of which edition manuals appeared in. Checked against manuals from bitsavers/TUHS and source from TUHS where available. Ingo points out there are cases where something is included but not documented until a later release. bcd(6) v6 v7 printf(3) v2 v4 abort(3) v5 v6 system(3) v6 v7 fmod(3) v5 v6 ok schwarze@
-rw-r--r--lib/libc/gen/nlist.36
-rw-r--r--lib/libc/gen/sleep.36
-rw-r--r--lib/libc/stdlib/qsort.36
-rw-r--r--lib/libc/sys/intro.26
-rw-r--r--lib/libc/sys/kill.26
-rw-r--r--lib/libm/man/hypot.36
-rw-r--r--lib/libm/man/sqrt.36
-rw-r--r--libexec/getty/getty.86
-rw-r--r--libexec/getty/ttys.56
-rw-r--r--share/man/man1/intro.16
-rw-r--r--usr.bin/col/col.16
-rw-r--r--usr.bin/cu/cu.16
-rw-r--r--usr.bin/diff/diff.16
-rw-r--r--usr.bin/login/login.16
-rw-r--r--usr.bin/mandoc/man.16
-rw-r--r--usr.bin/nice/nice.16
-rw-r--r--usr.bin/nm/size.16
-rw-r--r--usr.bin/spell/spell.16
-rw-r--r--usr.bin/wall/wall.16
-rw-r--r--usr.sbin/lpr/lpd/lpd.86
-rw-r--r--usr.sbin/lpr/lpr/lpr.16
-rw-r--r--usr.sbin/pstat/pstat.86
22 files changed, 66 insertions, 66 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3
index 14e9310f561..0afb82c3d7c 100644
--- a/lib/libc/gen/nlist.3
+++ b/lib/libc/gen/nlist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nlist.3,v 1.13 2013/10/20 07:40:39 jmc Exp $
+.\" $OpenBSD: nlist.3,v 1.14 2020/02/08 01:09:57 jsg Exp $
.\"
.\" Copyright (c) 1980, 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: October 20 2013 $
+.Dd $Mdocdate: February 8 2020 $
.Dt NLIST 3
.Os
.Sh NAME
@@ -73,4 +73,4 @@ does not exist or is not an executable, the returned value is \-1.
An
.Fn nlist
function first appeared in
-.At v3 .
+.At v2 .
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3
index 899c083c4e3..8702cb0d976 100644
--- a/lib/libc/gen/sleep.3
+++ b/lib/libc/gen/sleep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sleep.3,v 1.15 2014/02/21 23:39:39 schwarze Exp $
+.\" $OpenBSD: sleep.3,v 1.16 2020/02/08 01:09:57 jsg Exp $
.\"
.\" Copyright (c) 1986, 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: February 21 2014 $
+.Dd $Mdocdate: February 8 2020 $
.Dt SLEEP 3
.Os
.Sh NAME
@@ -79,7 +79,7 @@ function conforms to
A
.Fn sleep
system call first appeared in
-.At v3 .
+.At v2 .
In
.At v7 ,
it was removed and replaced by a C library implementation based on
diff --git a/lib/libc/stdlib/qsort.3 b/lib/libc/stdlib/qsort.3
index de3e58fc234..4c0cddaccbc 100644
--- a/lib/libc/stdlib/qsort.3
+++ b/lib/libc/stdlib/qsort.3
@@ -29,9 +29,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: qsort.3,v 1.26 2019/05/15 16:58:56 schwarze Exp $
+.\" $OpenBSD: qsort.3,v 1.27 2020/02/08 01:09:57 jsg Exp $
.\"
-.Dd $Mdocdate: May 15 2019 $
+.Dd $Mdocdate: February 8 2020 $
.Dt QSORT 3
.Os
.Sh NAME
@@ -273,4 +273,4 @@ function conforms to
A
.Fn qsort
function first appeared in
-.At v3 .
+.At v2 .
diff --git a/lib/libc/sys/intro.2 b/lib/libc/sys/intro.2
index b2069bfba7d..6f96c020dca 100644
--- a/lib/libc/sys/intro.2
+++ b/lib/libc/sys/intro.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.2,v 1.68 2018/09/30 13:24:33 schwarze Exp $
+.\" $OpenBSD: intro.2,v 1.69 2020/02/08 01:09:57 jsg Exp $
.\" $NetBSD: intro.2,v 1.6 1995/02/27 12:33:41 cgd Exp $
.\"
.\" Copyright (c) 1980, 1983, 1986, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.2 8.3 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: September 30 2018 $
+.Dd $Mdocdate: February 8 2020 $
.Dt INTRO 2
.Os
.Sh NAME
@@ -743,4 +743,4 @@ socket was created.
An
.Nm
manual for section 2 first appeared in
-.At v6 .
+.At v5 .
diff --git a/lib/libc/sys/kill.2 b/lib/libc/sys/kill.2
index 20bdf56af0b..f12cc4b03dc 100644
--- a/lib/libc/sys/kill.2
+++ b/lib/libc/sys/kill.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: kill.2,v 1.25 2017/05/06 22:37:43 millert Exp $
+.\" $OpenBSD: kill.2,v 1.26 2020/02/08 01:09:57 jsg Exp $
.\" $NetBSD: kill.2,v 1.7 1995/02/27 12:33:53 cgd Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)kill.2 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: May 6 2017 $
+.Dd $Mdocdate: February 8 2020 $
.Dt KILL 2
.Os
.Sh NAME
@@ -161,7 +161,7 @@ function conforms to
The
.Fn kill
system call first appeared in
-.At v3 .
+.At v2 .
The
.Fa sig
argument was introduced in
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index 114e21e6b4c..61660d6a8ea 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hypot.3,v 1.24 2016/04/27 06:44:54 jmc Exp $
+.\" $OpenBSD: hypot.3,v 1.25 2020/02/08 01:09:57 jsg Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
.\"
-.Dd $Mdocdate: April 27 2016 $
+.Dd $Mdocdate: February 8 2020 $
.Dt HYPOT 3
.Os
.Sh NAME
@@ -116,7 +116,7 @@ when it turns out to be irrelevant, as it does in
A
.Fn hypot
function first appeared in
-.At v3 ,
+.At v2 ,
and
.Fn cabs
in
diff --git a/lib/libm/man/sqrt.3 b/lib/libm/man/sqrt.3
index e206b0b3798..2b86c4d88b8 100644
--- a/lib/libm/man/sqrt.3
+++ b/lib/libm/man/sqrt.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sqrt.3,v 1.16 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: sqrt.3,v 1.17 2020/02/08 01:09:57 jsg Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)sqrt.3 6.4 (Berkeley) 5/6/91
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: February 8 2020 $
.Dt SQRT 3
.Os
.Sh NAME
@@ -92,7 +92,7 @@ to EDOM.
A
.Fn sqrt
function first appeared in
-.At v3 .
+.At v2 .
.Pp
The
.Fn cbrt
diff --git a/libexec/getty/getty.8 b/libexec/getty/getty.8
index 70c74ba8bc3..38cc6473077 100644
--- a/libexec/getty/getty.8
+++ b/libexec/getty/getty.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getty.8,v 1.15 2014/11/15 14:41:03 bentley Exp $
+.\" $OpenBSD: getty.8,v 1.16 2020/02/08 01:09:57 jsg Exp $
.\" Copyright (c) 1980, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)getty.8 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: November 15 2014 $
+.Dd $Mdocdate: February 8 2020 $
.Dt GETTY 8
.Os
.Sh NAME
@@ -131,4 +131,4 @@ does not exist.
A
.Nm
program appeared in
-.At v6 .
+.At v2 .
diff --git a/libexec/getty/ttys.5 b/libexec/getty/ttys.5
index b992af97877..c3f5d9a562a 100644
--- a/libexec/getty/ttys.5
+++ b/libexec/getty/ttys.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ttys.5,v 1.12 2018/09/25 20:02:43 jmc Exp $
+.\" $OpenBSD: ttys.5,v 1.13 2020/02/08 01:09:57 jsg Exp $
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)ttys.5 8.1 (Berkeley) 6/4/93
.\"
-.Dd $Mdocdate: September 25 2018 $
+.Dd $Mdocdate: February 8 2020 $
.Dt TTYS 5
.Os
.Sh NAME
@@ -168,4 +168,4 @@ ttyp1 none network off
A
.Nm
file appeared in
-.At v6 .
+.At v5 .
diff --git a/share/man/man1/intro.1 b/share/man/man1/intro.1
index 08d854490ec..2bc553cc2ff 100644
--- a/share/man/man1/intro.1
+++ b/share/man/man1/intro.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: intro.1,v 1.14 2018/09/30 13:24:32 schwarze Exp $
+.\" $OpenBSD: intro.1,v 1.15 2020/02/08 01:09:57 jsg Exp $
.\" $NetBSD: intro.1,v 1.4 1994/11/30 08:35:00 jtc Exp $
.\"
.\" Copyright (c) 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)intro.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd $Mdocdate: September 30 2018 $
+.Dd $Mdocdate: February 8 2020 $
.Dt INTRO 1
.Os
.Sh NAME
@@ -70,4 +70,4 @@ Traditionally, the value 0 signifies successful completion of the command.
An
.Nm
manual for section 1 first appeared in
-.At v6 .
+.At v7 .
diff --git a/usr.bin/col/col.1 b/usr.bin/col/col.1
index 02b8019892d..cceebfec5db 100644
--- a/usr.bin/col/col.1
+++ b/usr.bin/col/col.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: col.1,v 1.14 2015/09/14 20:06:58 schwarze Exp $
+.\" $OpenBSD: col.1,v 1.15 2020/02/08 01:09:57 jsg Exp $
.\" $NetBSD: col.1,v 1.4 1995/03/26 05:25:52 glass Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -33,7 +33,7 @@
.\"
.\" @(#)col.1 8.1 (Berkeley) 6/29/93
.\"
-.Dd $Mdocdate: September 14 2015 $
+.Dd $Mdocdate: February 8 2020 $
.Dt COL 1
.Os
.Sh NAME
@@ -138,4 +138,4 @@ will display a warning message.
A
.Nm
command appeared in
-.At v6 .
+.At v5 .
diff --git a/usr.bin/cu/cu.1 b/usr.bin/cu/cu.1
index 5daab4bc074..f18d262f9db 100644
--- a/usr.bin/cu/cu.1
+++ b/usr.bin/cu/cu.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cu.1,v 1.19 2019/03/22 07:03:23 nicm Exp $
+.\" $OpenBSD: cu.1,v 1.20 2020/02/08 01:09:57 jsg Exp $
.\"
.\" Copyright (c) 1980, 1990, 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 22 2019 $
+.Dd $Mdocdate: February 8 2020 $
.Dt CU 1
.Os
.Sh NAME
@@ -200,7 +200,7 @@ host description file
The
.Nm
command appeared in
-.Bx 4.2 .
+.At v7 .
This version was written for
.Ox 5.4
by Nicholas Marriott.
diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1
index 6f3d07d97db..353c7705dc0 100644
--- a/usr.bin/diff/diff.1
+++ b/usr.bin/diff/diff.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diff.1,v 1.48 2019/03/20 04:38:10 schwarze Exp $
+.\" $OpenBSD: diff.1,v 1.49 2020/02/08 01:09:58 jsg Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)diff.1 8.1 (Berkeley) 6/30/93
.\"
-.Dd $Mdocdate: March 20 2019 $
+.Dd $Mdocdate: February 8 2020 $
.Dt DIFF 1
.Os
.Sh NAME
@@ -471,4 +471,4 @@ are extensions to that specification.
A
.Nm
command appeared in
-.At v6 .
+.At v5 .
diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1
index a10e62c4d81..6fc7cce1049 100644
--- a/usr.bin/login/login.1
+++ b/usr.bin/login/login.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: login.1,v 1.32 2016/09/04 17:05:53 gsoares Exp $
+.\" $OpenBSD: login.1,v 1.33 2020/02/08 01:09:58 jsg Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" @(#)login.1 8.2 (Berkeley) 5/5/94
.\"
-.Dd $Mdocdate: September 4 2016 $
+.Dd $Mdocdate: February 8 2020 $
.Dt LOGIN 1
.Os
.Sh NAME
@@ -239,4 +239,4 @@ makes login quieter
A
.Nm
utility appeared in
-.At v3 .
+.At v2 .
diff --git a/usr.bin/mandoc/man.1 b/usr.bin/mandoc/man.1
index 1c06d5ea64d..72416c5fb02 100644
--- a/usr.bin/mandoc/man.1
+++ b/usr.bin/mandoc/man.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: man.1,v 1.34 2020/01/07 11:15:12 schwarze Exp $
+.\" $OpenBSD: man.1,v 1.35 2020/02/08 01:09:58 jsg Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" @(#)man.1 8.2 (Berkeley) 1/2/94
.\"
-.Dd $Mdocdate: January 7 2020 $
+.Dd $Mdocdate: February 8 2020 $
.Dt MAN 1
.Os
.Sh NAME
@@ -378,7 +378,7 @@ are extensions to that specification.
A
.Nm
command first appeared in
-.At v3 .
+.At v2 .
.Pp
The
.Fl w
diff --git a/usr.bin/nice/nice.1 b/usr.bin/nice/nice.1
index 9d6698d70ff..b3911617be5 100644
--- a/usr.bin/nice/nice.1
+++ b/usr.bin/nice/nice.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nice.1,v 1.19 2010/09/29 07:44:56 jmc Exp $
+.\" $OpenBSD: nice.1,v 1.20 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: nice.1,v 1.6 1995/08/31 23:30:57 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)nice.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: September 29 2010 $
+.Dd $Mdocdate: February 8 2020 $
.Dt NICE 1
.Os
.Sh NAME
@@ -108,4 +108,4 @@ though with a different syntax.
A
.Nm
utility appeared in
-.At v6 .
+.At v4 .
diff --git a/usr.bin/nm/size.1 b/usr.bin/nm/size.1
index 238d3169d16..c3e06a637b1 100644
--- a/usr.bin/nm/size.1
+++ b/usr.bin/nm/size.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: size.1,v 1.6 2013/10/20 07:40:40 jmc Exp $
+.\" $OpenBSD: size.1,v 1.7 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" @(#)size.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: October 20 2013 $
+.Dd $Mdocdate: February 8 2020 $
.Dt SIZE 1
.Os
.Sh NAME
@@ -75,4 +75,4 @@ object files.
A
.Nm
command appeared in
-.At v6 .
+.At v3 .
diff --git a/usr.bin/spell/spell.1 b/usr.bin/spell/spell.1
index 187cc59311b..c50eb5db8e8 100644
--- a/usr.bin/spell/spell.1
+++ b/usr.bin/spell/spell.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: spell.1,v 1.14 2017/10/17 22:47:58 schwarze Exp $
+.\" $OpenBSD: spell.1,v 1.15 2020/02/08 01:09:58 jsg Exp $
.\"
.\" Copyright (C) 1985, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -61,7 +61,7 @@
.\"
.\" @(#)spell.1 8.2 (Berkeley) 4/18/94
.\"
-.Dd $Mdocdate: October 17 2017 $
+.Dd $Mdocdate: February 8 2020 $
.Dt SPELL 1
.Os
.Sh NAME
@@ -223,7 +223,7 @@ Binary executed by the shell script
The
.Nm spell
command first appeared in
-.At v6
+.At v5
and has been available since
.Ox 3.1 .
.Pp
diff --git a/usr.bin/wall/wall.1 b/usr.bin/wall/wall.1
index 4d102bc95fe..3ecbb5a978c 100644
--- a/usr.bin/wall/wall.1
+++ b/usr.bin/wall/wall.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wall.1,v 1.12 2016/05/08 16:19:35 martijn Exp $
+.\" $OpenBSD: wall.1,v 1.13 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: wall.1,v 1.3 1994/11/17 07:17:57 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)wall.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 8 2016 $
+.Dd $Mdocdate: February 8 2020 $
.Dt WALL 1
.Os
.Sh NAME
@@ -80,4 +80,4 @@ question marks.
A
.Nm
command appeared in
-.At v7 .
+.At v6 .
diff --git a/usr.sbin/lpr/lpd/lpd.8 b/usr.sbin/lpr/lpd/lpd.8
index b8997c65a98..665f2351ed5 100644
--- a/usr.sbin/lpr/lpd/lpd.8
+++ b/usr.sbin/lpr/lpd/lpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpd.8,v 1.29 2015/11/17 17:10:36 jmc Exp $
+.\" $OpenBSD: lpd.8,v 1.30 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: lpd.8,v 1.23 2002/02/08 01:38:50 ross Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)lpd.8 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: November 17 2015 $
+.Dd $Mdocdate: February 8 2020 $
.Dt LPD 8
.Os
.Sh NAME
@@ -351,7 +351,7 @@ lists machine names allowed printer access
An
.Nm
daemon appeared in
-.At v6 .
+.At v5 .
.Pp
.Nm
previously required that clients connected using a privileged port
diff --git a/usr.sbin/lpr/lpr/lpr.1 b/usr.sbin/lpr/lpr/lpr.1
index 20cf8b11abb..69f7cb5a764 100644
--- a/usr.sbin/lpr/lpr/lpr.1
+++ b/usr.sbin/lpr/lpr/lpr.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: lpr.1,v 1.15 2016/12/28 22:47:11 schwarze Exp $
+.\" $OpenBSD: lpr.1,v 1.16 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: lpr.1,v 1.10 2002/01/19 03:23:26 wiz Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)lpr.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: December 28 2016 $
+.Dd $Mdocdate: February 8 2020 $
.Dt LPR 1
.Os
.Sh NAME
@@ -253,7 +253,7 @@ regarding missing spool files by
The
.Nm
command appeared in
-.Bx 3 .
+.At v5 .
.Sh BUGS
Fonts for troff and tex reside on the host with the printer.
It is currently not possible to use local font libraries.
diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8
index d523b00144a..42b4acc535d 100644
--- a/usr.sbin/pstat/pstat.8
+++ b/usr.sbin/pstat/pstat.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pstat.8,v 1.56 2019/04/23 17:52:12 schwarze Exp $
+.\" $OpenBSD: pstat.8,v 1.57 2020/02/08 01:09:58 jsg Exp $
.\" $NetBSD: pstat.8,v 1.9.4.1 1996/06/02 09:08:17 mrg Exp $
.\"
.\" Copyright (c) 1980, 1991, 1993, 1994
@@ -30,7 +30,7 @@
.\"
.\" from: @(#)pstat.8 8.4 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: April 23 2019 $
+.Dd $Mdocdate: February 8 2020 $
.Dt PSTAT 8
.Os
.Sh NAME
@@ -380,7 +380,7 @@ size block.
The
.Nm
command appeared in
-.Bx 4.0 .
+.At v7 .
.Sh BUGS
Swap statistics are reported for all swap partitions compiled into the kernel,
regardless of whether those partitions are being used.