diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1996-08-29 18:06:19 +0000 |
commit | b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46 (patch) | |
tree | 01896223999c7b9c4907a086f16a3fd1b4b96627 /bin/chmod | |
parent | f4c7de38f9743c706416d9b34d4f61c7958be73a (diff) | |
download | src-b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46.tar.gz src-b8923d4cc02d00f2b5f3a265b1a9718e3d28dd46.zip |
[HISTORY] command appeared in Version 1 AT&T UNIX
Obtained from: A Quarter Century of UNIX, Peter H. Salus, page 41
Notes
Notes:
svn path=/head/; revision=17891
Diffstat (limited to 'bin/chmod')
-rw-r--r-- | bin/chmod/chmod.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bin/chmod/chmod.1 b/bin/chmod/chmod.1 index 60974ef53363..faa1691f411a 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 . |