dj.1, strcmp.1, swab.1: remove nonexistent roff macros
This commit is contained in:
parent
28823206bd
commit
51421b2128
44
docs/dj.1
44
docs/dj.1
@ -18,30 +18,18 @@ dj
|
|||||||
.RB [ count ])
|
.RB [ count ])
|
||||||
|
|
||||||
.RB ( -i
|
.RB ( -i
|
||||||
.R [
|
[\fBinput file\fP])
|
||||||
.B input file
|
|
||||||
.R ])
|
|
||||||
.RB ( -b
|
.RB ( -b
|
||||||
.R [
|
[\fBinput block size\fP])
|
||||||
.B input block size
|
|
||||||
.R ])
|
|
||||||
.RB ( -s
|
.RB ( -s
|
||||||
.R [
|
[\fBinput offset\fP])
|
||||||
.B input offset
|
|
||||||
.R ])
|
|
||||||
|
|
||||||
.RB ( -o
|
.RB ( -o
|
||||||
.R [
|
[\fBoutput file\fP])
|
||||||
.B output file
|
|
||||||
.R ])
|
|
||||||
.RB ( -B
|
.RB ( -B
|
||||||
.R [
|
[\fBoutput block size\fP])
|
||||||
.B output block size
|
|
||||||
.R ])
|
|
||||||
.RB ( -S
|
.RB ( -S
|
||||||
.R [
|
[\fBoutput offset\fP])
|
||||||
.B output offset
|
|
||||||
.R ])
|
|
||||||
.\"
|
.\"
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
|
|
||||||
@ -118,10 +106,10 @@ By default, statistics are printed for input and output to the standard error in
|
|||||||
the following format:
|
the following format:
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
.R {records read} {ASCII unit separator} {partial records read}
|
{records read} {ASCII unit separator} {partial records read}
|
||||||
.R {ASCII record separator} {records written} {ASCII unit separator}
|
{ASCII record separator} {records written} {ASCII unit separator}
|
||||||
.R {partial records written} {ASCII group separator} {bytes read}
|
{partial records written} {ASCII group separator} {bytes read}
|
||||||
.R {ASCII record separator} {bytes written} {ASCII file separator}
|
{ASCII record separator} {bytes written} {ASCII file separator}
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
This format for diagnostic output is designed to be machine-parseable for
|
This format for diagnostic output is designed to be machine-parseable for
|
||||||