mirror of
https://github.com/openbsd/src.git
synced 2026-05-01 17:46:35 +00:00
More Version 1 AT&T UNIX history.
This became possible because copies of the original v1 manuals have shown up on the Internet some time ago. Reminded by Sevan Janiyan <venture37 at geeklan dot co dot uk>.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: chown.8,v 1.22 2019/09/02 21:18:41 deraadt Exp $
|
||||
.\" $OpenBSD: chown.8,v 1.23 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1990, 1991, 1993, 1994
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" from: @(#)chown.8 8.3 (Berkeley) 3/31/94
|
||||
.\"
|
||||
.Dd $Mdocdate: September 2 2019 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt CHOWN 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -173,3 +173,8 @@ to be a colon
|
||||
character to allow user and group names to contain the dot
|
||||
character, though the dot separator still remains supported
|
||||
due to widely required backwards compatibility.
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm
|
||||
command appeared in
|
||||
.At v1 .
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $OpenBSD: creat.3,v 1.7 2013/06/05 03:39:22 tedu Exp $
|
||||
.\" $OpenBSD: creat.3,v 1.8 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.Dd $Mdocdate: June 5 2013 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt CREAT 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -60,5 +60,5 @@ function call conforms to
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn creat
|
||||
function call appeared in
|
||||
.At v6 .
|
||||
function call first appeared as a system call in
|
||||
.At v1 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: write.2,v 1.41 2017/09/21 14:24:16 schwarze Exp $
|
||||
.\" $OpenBSD: write.2,v 1.42 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: write.2,v 1.6 1995/02/27 12:39:43 cgd Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)write.2 8.5 (Berkeley) 4/2/94
|
||||
.\"
|
||||
.Dd $Mdocdate: September 21 2017 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt WRITE 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -304,21 +304,19 @@ functions conform to
|
||||
.St -p1003.1-2008 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Fn pwritev
|
||||
function call appeared in
|
||||
.Ox 2.7 .
|
||||
The
|
||||
.Fn pwrite
|
||||
function call appeared in
|
||||
.At V.4 .
|
||||
The
|
||||
.Fn writev
|
||||
function call appeared in
|
||||
.Bx 4.2 .
|
||||
The
|
||||
.Fn write
|
||||
function call appeared in
|
||||
.At v2 .
|
||||
.At v1 ,
|
||||
.Fn pwrite
|
||||
in
|
||||
.At V.4 ,
|
||||
.Fn writev
|
||||
in
|
||||
.Bx 4.2 ,
|
||||
and
|
||||
.Fn pwritev
|
||||
in
|
||||
.Ox 2.7 .
|
||||
.Sh CAVEATS
|
||||
Error checks should explicitly test for \-1.
|
||||
On some platforms, if
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: cos.3,v 1.15 2013/06/05 03:40:26 tedu Exp $
|
||||
.\" $OpenBSD: cos.3,v 1.16 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" Copyright (c) 1991 The Regents of the University of California.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@@ -28,7 +28,7 @@
|
||||
.\"
|
||||
.\" from: @(#)cos.3 5.1 (Berkeley) 5/2/91
|
||||
.\"
|
||||
.Dd $Mdocdate: June 5 2013 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt COS 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -82,3 +82,8 @@ The
|
||||
.Fn cos
|
||||
function conforms to
|
||||
.St -ansiC .
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Fn cos
|
||||
function first appeared in
|
||||
.At v1 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: umount.8,v 1.16 2007/05/31 19:19:48 jmc Exp $
|
||||
.\" $OpenBSD: umount.8,v 1.17 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: umount.8,v 1.2 1995/03/18 15:01:35 cgd Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1989, 1991, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)umount.8 8.1 (Berkeley) 2/20/94
|
||||
.\"
|
||||
.Dd $Mdocdate: May 31 2007 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt UMOUNT 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -111,4 +111,4 @@ is unmounted.
|
||||
A
|
||||
.Nm
|
||||
command appeared in
|
||||
.At v3 .
|
||||
.At v1 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: core.5,v 1.23 2018/01/12 04:36:44 deraadt Exp $
|
||||
.\" $OpenBSD: core.5,v 1.24 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: core.5,v 1.4 1994/11/30 19:31:11 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)core.5 8.3 (Berkeley) 12/11/93
|
||||
.\"
|
||||
.Dd $Mdocdate: January 12 2018 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt CORE 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -127,7 +127,7 @@ registers of the thread.
|
||||
A
|
||||
.Nm
|
||||
file format appeared in
|
||||
.At v3 .
|
||||
.At v1 .
|
||||
.Ox 2.0
|
||||
started using the ELF format for some architectures.
|
||||
All architectures used ELF starting in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: utmp.5,v 1.25 2015/09/10 17:55:21 schwarze Exp $
|
||||
.\" $OpenBSD: utmp.5,v 1.26 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: utmp.5,v 1.5 1994/11/30 19:31:35 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1991, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)utmp.5 8.2 (Berkeley) 3/17/94
|
||||
.\"
|
||||
.Dd $Mdocdate: September 10 2015 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt UTMP 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -194,12 +194,14 @@ character indicates the new time.
|
||||
.Xr init 8 ,
|
||||
.Xr newsyslog 8
|
||||
.Sh HISTORY
|
||||
A
|
||||
.Nm utmp
|
||||
and
|
||||
.Nm wtmp
|
||||
file format appeared in
|
||||
.At v3 .
|
||||
A file
|
||||
.Pa /tmp/utmp
|
||||
first appeared in
|
||||
.At v1
|
||||
and a file
|
||||
.Pa /tmp/wtmp
|
||||
in
|
||||
.At v2 .
|
||||
The
|
||||
.Nm lastlog
|
||||
file format appeared in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: dc.1,v 1.33 2017/12/02 12:43:18 otto Exp $
|
||||
.\" $OpenBSD: dc.1,v 1.34 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (C) Caldera International Inc. 2001-2002.
|
||||
.\" All rights reserved.
|
||||
@@ -34,7 +34,7 @@
|
||||
.\"
|
||||
.\" @(#)dc.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: December 2 2017 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt DC 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -517,8 +517,8 @@ specification.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
command first appeared in
|
||||
.At v6 .
|
||||
command appeared in
|
||||
.At v1 .
|
||||
A complete rewrite of the
|
||||
.Nm
|
||||
command using the
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: mail.1,v 1.79 2018/03/16 16:58:26 schwarze Exp $
|
||||
.\" $OpenBSD: mail.1,v 1.80 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@@ -29,7 +29,7 @@
|
||||
.\"
|
||||
.\" @(#)mail.1 8.8 (Berkeley) 4/28/95
|
||||
.\"
|
||||
.Dd $Mdocdate: March 16 2018 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt MAIL 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -1256,7 +1256,7 @@ are extensions to the specification.
|
||||
A
|
||||
.Nm mail
|
||||
command appeared in
|
||||
.At v3 .
|
||||
.At v1 .
|
||||
This man page is derived from the
|
||||
.%T "Mail Reference Manual"
|
||||
originally written by Kurt Shoens.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: mesg.1,v 1.17 2010/09/03 11:09:29 jmc Exp $
|
||||
.\" $OpenBSD: mesg.1,v 1.18 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: mesg.1,v 1.3 1994/12/23 07:16:31 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1990, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)mesg.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: September 3 2010 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt MESG 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -93,4 +93,4 @@ specification.
|
||||
A
|
||||
.Nm mesg
|
||||
command appeared in
|
||||
.At v2 .
|
||||
.At v1 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: nm.1,v 1.30 2015/09/15 15:44:07 schwarze Exp $
|
||||
.\" $OpenBSD: nm.1,v 1.31 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1980, 1990, 1993
|
||||
@@ -30,7 +30,7 @@
|
||||
.\"
|
||||
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: September 15 2015 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt NM 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -163,4 +163,4 @@ this implementation is largely incompatible with that standard.
|
||||
An
|
||||
.Nm nm
|
||||
command appeared in
|
||||
.At v6 .
|
||||
.At v1 .
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: sort.1,v 1.61 2019/06/02 06:53:11 bentley Exp $
|
||||
.\" $OpenBSD: sort.1,v 1.62 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@@ -32,7 +32,7 @@
|
||||
.\"
|
||||
.\" @(#)sort.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: June 2 2019 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt SORT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -582,7 +582,7 @@ but their use is highly discouraged.
|
||||
A
|
||||
.Nm
|
||||
command appeared in
|
||||
.At v3 .
|
||||
.At v1 .
|
||||
.Sh AUTHORS
|
||||
.An Gabor Kovesdan Aq Mt gabor@FreeBSD.org
|
||||
.An Oleg Moskalenko Aq Mt mom040267@gmail.com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: write.1,v 1.19 2016/02/05 21:03:51 schwarze Exp $
|
||||
.\" $OpenBSD: write.1,v 1.20 2019/09/06 19:25:08 schwarze Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1989, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@@ -32,7 +32,7 @@
|
||||
.\"
|
||||
.\" from: @(#)write.1 8.1 (Berkeley) 6/6/93
|
||||
.\"
|
||||
.Dd $Mdocdate: February 5 2016 $
|
||||
.Dd $Mdocdate: September 6 2019 $
|
||||
.Dt WRITE 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@@ -129,7 +129,7 @@ Non-ASCII characters are written as
|
||||
A
|
||||
.Nm
|
||||
command appeared in
|
||||
.At v2 .
|
||||
.At v1 .
|
||||
.Sh BUGS
|
||||
The
|
||||
.Dq EOF
|
||||
|
||||
Reference in New Issue
Block a user