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:
@@ -0,0 +1,23 @@
|
||||
11/3/70 CP (I)
|
||||
|
||||
|
||||
NAME cp -- copy
|
||||
|
||||
SYNOPSIS cp file11 file12 file21 file22 ...
|
||||
|
||||
DESCRIPTION Files are taken in pairs; the first is opened for reading,
|
||||
the second created mode 17. Then the first is copied into
|
||||
the second.
|
||||
|
||||
FILES
|
||||
|
||||
SEE ALSO cat, pr
|
||||
|
||||
DIAGNOSTICS Error returns are checked at every system call, and
|
||||
appropriate diagnostics are produced.
|
||||
|
||||
BUGS The second file should be created in the mode of the first.
|
||||
|
||||
A directory convention as used in mv should be adopted to cp.
|
||||
|
||||
OWNER ken, dmr
|
||||
Reference in New Issue
Block a user