summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1996-08-29 18:06:19 +0000
committerwosch <wosch@FreeBSD.org>1996-08-29 18:06:19 +0000
commitab0ebe585d3b07199c949f94201193c0187ab393 (patch)
tree01896223999c7b9c4907a086f16a3fd1b4b96627
parent1afaea7623a85bc99aa7f10b36725b7ea67eaea7 (diff)
downloadFreeBSD-src-ab0ebe585d3b07199c949f94201193c0187ab393.zip
FreeBSD-src-ab0ebe585d3b07199c949f94201193c0187ab393.tar.gz
[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
-rw-r--r--bin/chmod/chmod.17
-rw-r--r--bin/cp/cp.17
-rw-r--r--bin/date/date.17
-rw-r--r--bin/df/df.14
-rw-r--r--bin/ed/ed.17
-rw-r--r--bin/ln/ln.14
-rw-r--r--bin/ls/ls.14
-rw-r--r--bin/mkdir/mkdir.17
-rw-r--r--bin/mv/mv.17
-rw-r--r--bin/rm/rm.17
-rw-r--r--bin/rmdir/rmdir.17
-rw-r--r--bin/sh/sh.17
-rw-r--r--gnu/usr.bin/as/as.17
-rw-r--r--gnu/usr.bin/as/as.1aout7
-rw-r--r--gnu/usr.bin/dc/dc.16
-rw-r--r--gnu/usr.bin/ld/ld.18
-rw-r--r--gnu/usr.bin/ld/ld.1aout8
-rw-r--r--sbin/mount/mount.83
-rw-r--r--sbin/mount_ifs/mount.83
-rw-r--r--usr.bin/ar/ar.17
-rw-r--r--usr.bin/ar/ar.1aout7
-rw-r--r--usr.bin/cmp/cmp.16
-rw-r--r--usr.bin/du/du.13
-rw-r--r--usr.bin/find/find.16
-rw-r--r--usr.bin/hexdump/od.16
-rw-r--r--usr.bin/mail/mail.15
-rw-r--r--usr.bin/mesg/mesg.13
-rw-r--r--usr.bin/nm/nm.13
-rw-r--r--usr.bin/nm/nm.1aout3
-rw-r--r--usr.bin/pr/pr.16
-rw-r--r--usr.bin/strip/strip.13
-rw-r--r--usr.bin/strip/strip.1aout3
-rw-r--r--usr.bin/su/su.13
-rw-r--r--usr.bin/tty/tty.16
-rw-r--r--usr.bin/wc/wc.16
-rw-r--r--usr.bin/who/who.13
-rw-r--r--usr.bin/write/write.13
-rw-r--r--usr.sbin/chown/chown.86
38 files changed, 173 insertions, 32 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index 60974ef..faa1691 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chmod.1 8.4 (Berkeley) 3/31/94
-.\" $Id: chmod.1,v 1.2 1994/09/24 02:53:37 davidg Exp $
+.\" $Id: chmod.1,v 1.3 1996/02/16 00:08:53 joerg Exp $
.\"
.Dd March 31, 1994
.Dt CHMOD 1
@@ -294,3 +294,8 @@ symbols
and
.Dq X
which are not included in that standard.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index 0c5230e..4586ffc 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cp.1 8.3 (Berkeley) 4/18/94
-.\" $Id: cp.1,v 1.3 1996/02/18 18:48:24 wosch Exp $
+.\" $Id: cp.1,v 1.5 1996/03/08 06:58:05 wosch Exp $
.\"
.Dd April 18, 1994
.Dt CP 1
@@ -219,3 +219,8 @@ The
command is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/date/date.1 b/bin/date/date.1
index 7b73298..fc59a4d 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)date.1 8.2 (Berkeley) 11/17/93
-.\" $Id: date.1,v 1.6 1995/08/28 10:38:01 davidg Exp $
+.\" $Id: date.1,v 1.7 1996/03/12 05:30:39 nate Exp $
.\"
.Dd November 17, 1993
.Dt DATE 1
@@ -229,3 +229,8 @@ The
.Nm date
command is expected to be compatible with
.St -p1003.2 .
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/df/df.1 b/bin/df/df.1
index 4337ac1..6c82d5e 100644
--- a/bin/df/df.1
+++ b/bin/df/df.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)df.1 8.2 (Berkeley) 1/13/94
-.\" $Id$
+.\" $Id: df.1,v 1.3 1994/09/24 02:55:08 davidg Exp $
.\"
.Dd January 13, 1994
.Dt DF 1
@@ -119,4 +119,4 @@ flags are ignored if a file or filesystem is specified.
A
.Nm df
command appeared in
-.At v6 .
+.At v1 .
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index e650e3c..9eec5d9 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $Id$
+.\" $Id: ed.1,v 1.6 1994/09/24 02:55:24 davidg Exp $
.TH ED 1 "21 May 1993"
.SH NAME
.\" ed, red \- text editor
@@ -999,3 +999,8 @@ or edit another file before writing a modified buffer
results in an error.
If the command is entered a second time, it succeeds,
but any changes to the buffer are lost.
+.SH HISTORY
+A
+.I ed
+command appeared in
+Version 1 AT&T UNIX.
diff --git a/bin/ln/ln.1 b/bin/ln/ln.1
index 2e133737..0e5d674 100644
--- a/bin/ln/ln.1
+++ b/bin/ln/ln.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ln.1 8.2 (Berkeley) 12/30/93
-.\" $Id$
+.\" $Id: ln.1,v 1.2 1994/09/24 02:55:47 davidg Exp $
.\"
.Dd December 30, 1993
.Dt LN 1
@@ -129,4 +129,4 @@ The links made will have the same name as the files being linked to.
A
.Nm ln
command appeared in
-.At v6 .
+.At v1 .
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1
index 75a18d5..077b9a0 100644
--- a/bin/ls/ls.1
+++ b/bin/ls/ls.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ls.1 8.6 (Berkeley) 4/18/94
-.\" $Id: ls.1,v 1.3 1994/09/24 02:55:53 davidg Exp $
+.\" $Id: ls.1,v 1.4 1995/09/26 08:48:09 mpp Exp $
.\"
.Dd April 18, 1994
.Dt LS 1
@@ -329,7 +329,7 @@ specification.
An
.Nm ls
command appeared in
-.At v6 .
+.At v1 .
.Sh STANDARDS
The
.Nm ls
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index 4627b8a..50cc3ef 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mkdir.1 8.2 (Berkeley) 1/25/94
-.\" $Id$
+.\" $Id: mkdir.1,v 1.2 1994/09/24 02:56:02 davidg Exp $
.\"
.Dd January 25, 1994
.Dt MKDIR 1
@@ -91,3 +91,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/mv/mv.1 b/bin/mv/mv.1
index 36ec8e7..365b4c0 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mv.1 8.1 (Berkeley) 5/31/93
-.\" $Id: mv.1,v 1.4 1996/02/18 18:44:56 wosch Exp $
+.\" $Id: mv.1,v 1.6 1996/02/20 23:27:54 wosch Exp $
.\"
.Dd May 31, 1993
.Dt MV 1
@@ -137,3 +137,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/rm/rm.1 b/bin/rm/rm.1
index 693c1cf..7732931 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rm.1 8.2 (Berkeley) 4/18/94
-.\" $Id: rm.1,v 1.2 1994/09/24 02:57:00 davidg Exp $
+.\" $Id: rm.1,v 1.3 1996/03/07 23:26:58 wosch Exp $
.\"
.Dd April 18, 1994
.Dt RM 1
@@ -165,3 +165,8 @@ The
command is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index 7b2ddf7..30d0fa5 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)rmdir.1 8.1 (Berkeley) 5/31/93
-.\" $Id$
+.\" $Id: rmdir.1,v 1.2 1994/09/24 02:57:11 davidg Exp $
.\"
.Dd May 31, 1993
.Dt RMDIR 1
@@ -91,3 +91,8 @@ The
command is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1
index 7b649fe..df79bd7 100644
--- a/bin/sh/sh.1
+++ b/bin/sh/sh.1
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)sh.1 8.4 (Berkeley) 4/18/94
-.\" $Id: sh.1,v 1.4 1995/10/19 18:42:12 joerg Exp $
+.\" $Id: sh.1,v 1.5 1995/10/21 00:47:32 joerg Exp $
.\"
.\"
.\"
@@ -1365,3 +1365,8 @@ mode. The editor is not described in full here, but will be in a later
document. It's similar to vi: typing <ESC> will throw you into
command VI command mode. Hitting <return> while in command mode
will pass the line to the shell.
+.SH HISTORY
+A
+.I sh
+command appeared in
+Version 1 AT&T UNIX.
diff --git a/gnu/usr.bin/as/as.1 b/gnu/usr.bin/as/as.1
index 66f7ee5..089734a 100644
--- a/gnu/usr.bin/as/as.1
+++ b/gnu/usr.bin/as/as.1
@@ -1,5 +1,6 @@
.\" Copyright (c) 1991, 1992 Free Software Foundation
.\" See section COPYING for conditions for redistribution
+.\" $Id$
.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
.SH NAME
@@ -252,6 +253,12 @@ Using as: The GNU Assembler\c
.BR gcc "(" 1 "),"
.BR ld "(" 1 ")."
+.SH HISTORY
+A
+.I as
+command appeared in
+Version 1 AT&T UNIX.
+
.SH COPYING
Copyright (c) 1991, 1992 Free Software Foundation, Inc.
.PP
diff --git a/gnu/usr.bin/as/as.1aout b/gnu/usr.bin/as/as.1aout
index 66f7ee5..089734a 100644
--- a/gnu/usr.bin/as/as.1aout
+++ b/gnu/usr.bin/as/as.1aout
@@ -1,5 +1,6 @@
.\" Copyright (c) 1991, 1992 Free Software Foundation
.\" See section COPYING for conditions for redistribution
+.\" $Id$
.TH as 1 "21 January 1992" "cygnus support" "GNU Development Tools"
.SH NAME
@@ -252,6 +253,12 @@ Using as: The GNU Assembler\c
.BR gcc "(" 1 "),"
.BR ld "(" 1 ")."
+.SH HISTORY
+A
+.I as
+command appeared in
+Version 1 AT&T UNIX.
+
.SH COPYING
Copyright (c) 1991, 1992 Free Software Foundation, Inc.
.PP
diff --git a/gnu/usr.bin/dc/dc.1 b/gnu/usr.bin/dc/dc.1
index 17d9356..065baf6 100644
--- a/gnu/usr.bin/dc/dc.1
+++ b/gnu/usr.bin/dc/dc.1
@@ -1,3 +1,4 @@
+.\" $Id$
.TH DC 1 "03 Aug 1993" "GNU Project"
.SH NAME
dc, An Arbitrary Precision Calculator
@@ -276,3 +277,8 @@ as soon as a library for executing a line as a command exists.
Email bug reports to
.BR bug-gnu-utils@prep.ai.mit.edu .
Be sure to include the word ``dc'' somewhere in the ``Subject:'' field.
+.SH HISTORY
+A
+.I dc
+command appeared in
+Version 1 AT&T UNIX.
diff --git a/gnu/usr.bin/ld/ld.1 b/gnu/usr.bin/ld/ld.1
index 0c9545a..d0adbb8 100644
--- a/gnu/usr.bin/ld/ld.1
+++ b/gnu/usr.bin/ld/ld.1
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ld.1,v 1.9 1994/12/23 22:30:33 nate Exp $
+.\" $Id: ld.1,v 1.10 1996/05/28 16:17:46 phk Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -219,6 +219,10 @@ All shared objects presented to
are marked for run-time loading in the output file, even if no symbols
are needed from them.
.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
The shared library model employed by
-.Nm ld
+.Nm
appeared first in SunOS 4.0
diff --git a/gnu/usr.bin/ld/ld.1aout b/gnu/usr.bin/ld/ld.1aout
index 0c9545a..d0adbb8 100644
--- a/gnu/usr.bin/ld/ld.1aout
+++ b/gnu/usr.bin/ld/ld.1aout
@@ -27,7 +27,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.\" $Id: ld.1,v 1.9 1994/12/23 22:30:33 nate Exp $
+.\" $Id: ld.1,v 1.10 1996/05/28 16:17:46 phk Exp $
.\"
.Dd October 14, 1993
.Dt LD 1
@@ -219,6 +219,10 @@ All shared objects presented to
are marked for run-time loading in the output file, even if no symbols
are needed from them.
.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
The shared library model employed by
-.Nm ld
+.Nm
appeared first in SunOS 4.0
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index 3654075..2118ba2 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mount.8 8.7 (Berkeley) 3/27/94
+.\" $Id$
.\"
.Dd March 27, 1994
.Dt MOUNT 8
@@ -293,4 +294,4 @@ It is possible for a corrupted file system to cause a crash.
A
.Nm mount
command appeared in
-.At v6 .
+.At v1 .
diff --git a/sbin/mount_ifs/mount.8 b/sbin/mount_ifs/mount.8
index 3654075..2118ba2 100644
--- a/sbin/mount_ifs/mount.8
+++ b/sbin/mount_ifs/mount.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mount.8 8.7 (Berkeley) 3/27/94
+.\" $Id$
.\"
.Dd March 27, 1994
.Dt MOUNT 8
@@ -293,4 +294,4 @@ It is possible for a corrupted file system to cause a crash.
A
.Nm mount
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1
index 026aed6..4edd02e 100644
--- a/usr.bin/ar/ar.1
+++ b/usr.bin/ar/ar.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
+.\" $Id$
.\"
.TH AR 1 "June 29, 1993"
.AT 3
@@ -255,3 +256,9 @@ The
utility is expected to offer a superset of the POSIX 1003.2 functionality.
.SH "SEE ALSO"
ld(1), ranlib(1), strmode(3), ar(5)
+.SH HISTORY
+A
+.I ar
+command appeared in
+Version 1 AT&T UNIX.
+
diff --git a/usr.bin/ar/ar.1aout b/usr.bin/ar/ar.1aout
index 026aed6..4edd02e 100644
--- a/usr.bin/ar/ar.1aout
+++ b/usr.bin/ar/ar.1aout
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)ar.1 8.1 (Berkeley) 6/29/93
+.\" $Id$
.\"
.TH AR 1 "June 29, 1993"
.AT 3
@@ -255,3 +256,9 @@ The
utility is expected to offer a superset of the POSIX 1003.2 functionality.
.SH "SEE ALSO"
ld(1), ranlib(1), strmode(3), ar(5)
+.SH HISTORY
+A
+.I ar
+command appeared in
+Version 1 AT&T UNIX.
+
diff --git a/usr.bin/cmp/cmp.1 b/usr.bin/cmp/cmp.1
index 9db561a..75339a8 100644
--- a/usr.bin/cmp/cmp.1
+++ b/usr.bin/cmp/cmp.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)cmp.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt CMP 1
@@ -105,3 +106,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1
index 97c366a..fdea71f 100644
--- a/usr.bin/du/du.1
+++ b/usr.bin/du/du.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)du.1 8.2 (Berkeley) 4/1/94
+.\" $Id$
.\"
.Dd April 1, 1994
.Dt DU 1
@@ -119,4 +120,4 @@ is set, the block counts will be displayed in units of that size block.
A
.Nm du
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1
index b92f95c..66f3b59 100644
--- a/usr.bin/find/find.1
+++ b/usr.bin/find/find.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)find.1 8.4 (Berkeley) 4/1/94
+.\" $Id$
.\"
.Dd April 1, 1994
.Dt FIND 1
@@ -460,3 +461,8 @@ These problems are handled by the
option and the
.Xr getopt 3
``--'' construct.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/hexdump/od.1 b/usr.bin/hexdump/od.1
index c842100..3fed7e3 100644
--- a/usr.bin/hexdump/od.1
+++ b/usr.bin/hexdump/od.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)od.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd %Q
.Os
@@ -74,3 +75,8 @@ of the offset syntax.
.Xr strings 1
.Sh BUGS
Quite a few.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1
index fa6bd41..c151555 100644
--- a/usr.bin/mail/mail.1
+++ b/usr.bin/mail/mail.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mail.1 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.Dd December 30, 1993
.Dt MAIL 1
@@ -1013,10 +1014,10 @@ and
.Re
.Sh HISTORY
A
-.Nm mail
+.Nm
command
appeared in
-.At v6 .
+.At v1 .
This man page is derived from
.%T "The Mail Reference Manual"
originally written by Kurt Shoens.
diff --git a/usr.bin/mesg/mesg.1 b/usr.bin/mesg/mesg.1
index 70e29a9..8f29ec8 100644
--- a/usr.bin/mesg/mesg.1
+++ b/usr.bin/mesg/mesg.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)mesg.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt MESG 1
@@ -88,4 +89,4 @@ An error has occurred.
A
.Nm mesg
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1
index 1059953..907b3b1 100644
--- a/usr.bin/nm/nm.1
+++ b/usr.bin/nm/nm.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt NM 1
@@ -116,4 +117,4 @@ The output is sorted alphabetically.
An
.Nm nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout
index 1059953..907b3b1 100644
--- a/usr.bin/nm/nm.1aout
+++ b/usr.bin/nm/nm.1aout
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)nm.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt NM 1
@@ -116,4 +117,4 @@ The output is sorted alphabetically.
An
.Nm nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/pr/pr.1 b/usr.bin/pr/pr.1
index d8d55be..88eeeed 100644
--- a/usr.bin/pr/pr.1
+++ b/usr.bin/pr/pr.1
@@ -34,6 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)pr.1 8.3 (Berkeley) 4/18/94
+.\" $Id$
.\"
.Dd April 18, 1994
.Dt PR 1
@@ -345,3 +346,8 @@ The
utility is
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1
index f7af486..d9252ac 100644
--- a/usr.bin/strip/strip.1
+++ b/usr.bin/strip/strip.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strip.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt STRIP 1
@@ -69,4 +70,4 @@ exits 0 on success and 1 if an error occurred.
A
.Nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/strip/strip.1aout b/usr.bin/strip/strip.1aout
index f7af486..d9252ac 100644
--- a/usr.bin/strip/strip.1aout
+++ b/usr.bin/strip/strip.1aout
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)strip.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt STRIP 1
@@ -69,4 +70,4 @@ exits 0 on success and 1 if an error occurred.
A
.Nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/su/su.1 b/usr.bin/su/su.1
index d4abfd0..8f3bd33 100644
--- a/usr.bin/su/su.1
+++ b/usr.bin/su/su.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)su.1 8.2 (Berkeley) 4/18/94
+.\" $Id$
.\"
.\" this is for hilit19's braindeadness: "
.Dd April 18, 1994
@@ -196,4 +197,4 @@ Pretend a login for user
A
.Nm
command appeared in
-.At v7 .
+.At v1 .
diff --git a/usr.bin/tty/tty.1 b/usr.bin/tty/tty.1
index 9607c11..9c47b70 100644
--- a/usr.bin/tty/tty.1
+++ b/usr.bin/tty/tty.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)tty.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt TTY 1
@@ -76,3 +77,8 @@ The
function is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index 64c047b..f081b6b 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)wc.1 8.2 (Berkeley) 4/19/94
+.\" $Id$
.\"
.Dd April 19, 1994
.Dt WC 1
@@ -107,3 +108,8 @@ The
.Nm wc
function conforms to
.St -p1003.2 .
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/usr.bin/who/who.1 b/usr.bin/who/who.1
index f8ac307..27dc5cd 100644
--- a/usr.bin/who/who.1
+++ b/usr.bin/who/who.1
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)who.1 8.2 (Berkeley) 12/30/93
+.\" $Id$
.\"
.Dd December 30, 1993
.Dt WHO 1
@@ -102,4 +103,4 @@ special characters, see
A
.Nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.bin/write/write.1 b/usr.bin/write/write.1
index 89d7302..eda3724 100644
--- a/usr.bin/write/write.1
+++ b/usr.bin/write/write.1
@@ -33,6 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)write.1 8.1 (Berkeley) 6/6/93
+.\" $Id$
.\"
.Dd June 6, 1993
.Dt WRITE 1
@@ -105,4 +106,4 @@ over.
A
.Nm
command appeared in
-.At v6 .
+.At v1 .
diff --git a/usr.sbin/chown/chown.8 b/usr.sbin/chown/chown.8
index f0cd533..a2cb5c2 100644
--- a/usr.sbin/chown/chown.8
+++ b/usr.sbin/chown/chown.8
@@ -30,6 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)chown.8 8.3 (Berkeley) 3/31/94
+.\" $Id$
.\"
.Dd March 31, 1994
.Dt CHOWN 8
@@ -147,3 +148,8 @@ In this system, symbolic links do not have owners.
The
.Nm chown
command is expected to be POSIX 1003.2 compliant.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
OpenPOWER on IntegriCloud