Add mandoc-manpage for cat(1)

and mark it as finished in the README.
This commit is contained in:
FRIGN
2015-01-16 10:40:59 +01:00
committed by sin
parent f196a7dfd9
commit 7a58d65483
2 changed files with 29 additions and 10 deletions

37
cat.1
View File

@@ -1,10 +1,29 @@
.TH CAT 1 sbase\-VERSION
.SH NAME
cat \- concatenate files
.SH SYNOPSIS
.B cat
.RI [ file ...]
.SH DESCRIPTION
.B cat
reads each file in sequence and writes it to stdout. If no file is given, cat
.Dd January 16, 2015
.Dt CAT 1 sbase\-VERSION
.Sh NAME
.Nm cat
.Nd concatenate files
.Sh SYNOPSIS
.Nm cat
.Op Fl u
.Op Ar file ...
.Sh DESCRIPTION
.Nm
reads each
.Ar file
in sequence and writes it to stdout. If no
.Ar file
is given,
.Nm
reads from stdin.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl u
Unbuffered output
.El
.Sh STANDARDS
The
.Nm
utility is compliant with the
.St -p1003.1-2008
specification.