I've brought in and modified a roff so that it should be translatable into B.
I've started work on writing the man pages in this version of roff.
This commit is contained in:
@@ -1,28 +1,35 @@
|
||||
11/3/70 CAT (I)
|
||||
|
||||
|
||||
NAME cat -- concatenate and print
|
||||
|
||||
SYNOPSIS cat file1 ...
|
||||
|
||||
DESCRIPTION cat reads each file in sequence and writes it on the
|
||||
standard output stream. Thus:
|
||||
|
||||
cat file
|
||||
|
||||
is about the easiest way to print a file. Also:
|
||||
|
||||
cat filel file2 >file3
|
||||
|
||||
is about the easiest way to concatenate files.
|
||||
|
||||
FILES
|
||||
|
||||
SEE ALSO pr, cp
|
||||
|
||||
DIAGNOSTICS If a file cannot be found it is ignored. If no files are
|
||||
given, "no files" is output.
|
||||
|
||||
BUGS
|
||||
|
||||
OWNER ken, dmr
|
||||
.oh '11/3/70''CAT(I)'
|
||||
.ta 18 21
|
||||
NAME cat -- concatenate and print
|
||||
.sp
|
||||
SYNOPSIS
|
||||
.ul
|
||||
cat
|
||||
file1 ...
|
||||
.sp
|
||||
DESCRIPTION
|
||||
.ul
|
||||
cat
|
||||
reads each file in sequence and writes it on
|
||||
the standard output stream. Thus:
|
||||
.sp
|
||||
.ul
|
||||
cat file
|
||||
.sp
|
||||
is about the easiest way to print a file. Also:
|
||||
.sp
|
||||
.ul
|
||||
cat filel file2 >file3
|
||||
.sp
|
||||
is about the easiest way to concatenate files.
|
||||
.sp
|
||||
FILES --
|
||||
.sp
|
||||
SEE ALSO pr, cp
|
||||
.sp
|
||||
DIAGNOSTICS If a file cannot be found it is ignored. If no
|
||||
files are given, "no files" is output.
|
||||
.sp
|
||||
BUGS --
|
||||
.sp
|
||||
OWNER ken, dmr
|
||||
|
||||
Reference in New Issue
Block a user