1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-24 06:04:47 +00:00

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@
This commit is contained in:
jsg
2020-02-08 01:09:57 +00:00
parent 7e09cc37bf
commit 01c04610de
22 changed files with 66 additions and 66 deletions

View File

@@ -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 .

View File

@@ -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

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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.

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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

View File

@@ -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 .

View File

@@ -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 .

View File

@@ -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

View File

@@ -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 .

View File

@@ -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

View File

@@ -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.

View File

@@ -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.