I've updated the top-level Makefile to build all the existing utilities.
I've borrowed the V1 manuals from http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1 and changed them to reflect the PDP-7 utilities.
This commit is contained in:
+21
@@ -0,0 +1,21 @@
|
||||
11/3/70 CHOWN (I)
|
||||
|
||||
|
||||
NAME chown -- change owner
|
||||
|
||||
SYNOPSIS chown owner file
|
||||
|
||||
DESCRIPTION owner becomes the new owner of the files. The owner is an
|
||||
octal UID.
|
||||
|
||||
Only the owner of a file is allowed to change the owner.
|
||||
|
||||
FILES
|
||||
|
||||
SEE ALSO stat
|
||||
|
||||
DIAGNOSTICS
|
||||
|
||||
BUGS
|
||||
|
||||
OWNER ken, dmr
|
||||
Reference in New Issue
Block a user