summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>2000-03-21 14:40:13 +0000
committeraaron <aaron@openbsd.org>2000-03-21 14:40:13 +0000
commit07d99f0a326974ed0cd52eb44cb63f146f1c3588 (patch)
treec5dfeca46f9efe128eaa5fb93200792a0c64140b
parentThe BUGS section comes after HISTORY, usually. (diff)
downloadwireguard-openbsd-07d99f0a326974ed0cd52eb44cb63f146f1c3588.tar.xz
wireguard-openbsd-07d99f0a326974ed0cd52eb44cb63f146f1c3588.zip
Add HISTORY sections; from FreeBSD. Information originally obtained from
"A Quarter Centry 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/ed/ed.17
-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
8 files changed, 48 insertions, 8 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1
index bb425f13f5e..a7b32987e72 100644
--- a/bin/chmod/chmod.1
+++ b/bin/chmod/chmod.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: chmod.1,v 1.16 2000/03/17 18:15:12 aaron Exp $
+.\" $OpenBSD: chmod.1,v 1.17 2000/03/21 14:40:13 aaron Exp $
.\" $NetBSD: chmod.1,v 1.8 1995/03/21 09:02:07 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -384,6 +384,11 @@ symbols
and
.Sq X
which are not included in that standard.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
.Sh BUGS
There's no
.Ar perm
diff --git a/bin/cp/cp.1 b/bin/cp/cp.1
index f50e70e3fbd..edf1c332e93 100644
--- a/bin/cp/cp.1
+++ b/bin/cp/cp.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cp.1,v 1.14 2000/03/17 18:15:11 aaron Exp $
+.\" $OpenBSD: cp.1,v 1.15 2000/03/21 14:40:14 aaron Exp $
.\" $NetBSD: cp.1,v 1.9 1995/07/25 19:36:45 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993, 1994
@@ -227,3 +227,8 @@ The
utility 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 2bfbe1ba303..4fe0487956e 100644
--- a/bin/date/date.1
+++ b/bin/date/date.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: date.1,v 1.22 2000/02/19 22:44:15 aaron Exp $
+.\" $OpenBSD: date.1,v 1.23 2000/03/21 14:40:14 aaron Exp $
.\" $NetBSD: date.1,v 1.12 1996/03/12 04:32:37 phil Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -222,3 +222,8 @@ The
.Nm
utility is expected to be compatible with
.St -p1003.2 .
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/ed/ed.1 b/bin/ed/ed.1
index eec55179635..6b14f8d4a27 100644
--- a/bin/ed/ed.1
+++ b/bin/ed/ed.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ed.1,v 1.21 2000/03/17 18:15:13 aaron Exp $
+.\" $OpenBSD: ed.1,v 1.22 2000/03/21 14:40:14 aaron Exp $
.\"
.Dd May 2, 1993
.Dt ED 1
@@ -941,3 +941,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
+An
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/mkdir/mkdir.1 b/bin/mkdir/mkdir.1
index dcba2127f2b..0850980ba95 100644
--- a/bin/mkdir/mkdir.1
+++ b/bin/mkdir/mkdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mkdir.1,v 1.11 2000/03/17 18:15:14 aaron Exp $
+.\" $OpenBSD: mkdir.1,v 1.12 2000/03/21 14:40:14 aaron Exp $
.\" $NetBSD: mkdir.1,v 1.9 1995/07/25 19:37:13 jtc Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -116,3 +116,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 a8e81a1eb3b..0e1783d57ba 100644
--- a/bin/mv/mv.1
+++ b/bin/mv/mv.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mv.1,v 1.9 2000/03/17 18:15:15 aaron Exp $
+.\" $OpenBSD: mv.1,v 1.10 2000/03/21 14:40:14 aaron Exp $
.\" $NetBSD: mv.1,v 1.8 1995/03/21 09:06:51 cgd Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
@@ -133,3 +133,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 996d2083d14..38b7d90c61f 100644
--- a/bin/rm/rm.1
+++ b/bin/rm/rm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rm.1,v 1.8 1999/08/16 18:40:03 aaron Exp $
+.\" $OpenBSD: rm.1,v 1.9 2000/03/21 14:40:14 aaron Exp $
.\" $NetBSD: rm.1,v 1.8 1995/07/25 19:37:30 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -159,3 +159,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+An
+.Nm
+command appeared in
+.At v1 .
diff --git a/bin/rmdir/rmdir.1 b/bin/rmdir/rmdir.1
index c4cc766936d..fdf90833728 100644
--- a/bin/rmdir/rmdir.1
+++ b/bin/rmdir/rmdir.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmdir.1,v 1.8 1999/08/17 14:04:01 aaron Exp $
+.\" $OpenBSD: rmdir.1,v 1.9 2000/03/21 14:40:15 aaron Exp $
.\" $NetBSD: rmdir.1,v 1.10 1995/07/25 19:37:35 jtc Exp $
.\"
.\" Copyright (c) 1990, 1993
@@ -96,3 +96,8 @@ The
utility is expected to be
.St -p1003.2
compatible.
+.Sh HISTORY
+A
+.Nm
+command appeared in
+.At v1 .