I've converted all the man pages so far into roff format.

This commit is contained in:
Warren Toomey
2016-03-28 13:24:27 +10:00
parent dfb61a274f
commit fed6525853
9 changed files with 344 additions and 293 deletions
+25 -23
View File
@@ -1,23 +1,25 @@
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
.oh '11/3/70''CP(I)'
.ta 18 21
NAME cp -- copy
.sp
SYNOPSIS
.ul
cp
file11 file12 file21 file22 ...
.sp
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.
.sp
FILES --
.sp
SEE ALSO cat, pr
.sp
DIAGNOSTICS Error returns are checked at every system call,
and appropriate diagnostics are produced.
.sp
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.
.sp
OWNER ken, dmr