diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-09-06 19:25:09 +0000 |
commit | 7f710b5b82f2d561673e148aaae2df207e486b5d (patch) | |
tree | 9059fdd3ef009af864bae8c37ff0d5b48311ba30 /share | |
parent | ca219a4e05602c77c70a5e1e74551ed2019be4f7 (diff) |
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>.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/core.5 | 6 | ||||
-rw-r--r-- | share/man/man5/utmp.5 | 18 |
2 files changed, 13 insertions, 11 deletions
diff --git a/share/man/man5/core.5 b/share/man/man5/core.5 index e618aa1106c..148d1437f3e 100644 --- a/share/man/man5/core.5 +++ b/share/man/man5/core.5 @@ -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 diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 22e999ea8b3..77978d9bb31 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -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 |