diff options
author | wosch <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
commit | ab0ebe585d3b07199c949f94201193c0187ab393 (patch) | |
tree | 01896223999c7b9c4907a086f16a3fd1b4b96627 /bin | |
parent | 1afaea7623a85bc99aa7f10b36725b7ea67eaea7 (diff) | |
download | FreeBSD-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 'bin')
-rw-r--r-- | bin/chmod/chmod.1 | 7 | ||||
-rw-r--r-- | bin/cp/cp.1 | 7 | ||||
-rw-r--r-- | bin/date/date.1 | 7 | ||||
-rw-r--r-- | bin/df/df.1 | 4 | ||||
-rw-r--r-- | bin/ed/ed.1 | 7 | ||||
-rw-r--r-- | bin/ln/ln.1 | 4 | ||||
-rw-r--r-- | bin/ls/ls.1 | 4 | ||||
-rw-r--r-- | bin/mkdir/mkdir.1 | 7 | ||||
-rw-r--r-- | bin/mv/mv.1 | 7 | ||||
-rw-r--r-- | bin/rm/rm.1 | 7 | ||||
-rw-r--r-- | bin/rmdir/rmdir.1 | 7 | ||||
-rw-r--r-- | bin/sh/sh.1 | 7 |
12 files changed, 60 insertions, 15 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. |