summaryrefslogtreecommitdiffstats
path: root/usr.bin
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 /usr.bin
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
Diffstat (limited to 'usr.bin')
-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
18 files changed, 71 insertions, 11 deletions
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 .
OpenPOWER on IntegriCloud