Compare commits

...

5 Commits

2 changed files with 9 additions and 13 deletions

View File

@ -70,14 +70,13 @@ DIAGNOSTICS section below.
.B -S
.RS
Skips a number of bytes through the output before starting to write from
the input. If the input is a stream the bytes are read and discarded. If the
output is a stream, null characters are printed.
the input. If the output is a stream, null characters are printed.
.RE
.B -a
.RS
Takes one argument of one byte in length and pads the input buffer with it in
the event of an incomplete read from the input file.
Accepts a single literal byte with which input buffer is padded in the event
of an incomplete read from the input file.
.RE
.B -b
@ -88,8 +87,8 @@ default being 1024 bytes or one kibibyte (KiB).
.B -c
.RS
Specifies an amount of reads to make, and if 0 (the default) dj will
continue reading until a partial or empty read.
Specifies a number of reads to make. If set to zero (the default), reading will
continue until a partial or empty read is encountered.
.RE
.B -d
@ -150,9 +149,10 @@ the following format:
.R {ASCII record separator} {bytes written} {ASCII file separator}
.RE
If the
This format for diagnostic output is designed to be machine-parseable for
convenience. For a more human-readable format, the
.B -H
option is specified, the following format is used instead:
option may be specified. In this event, the following format is used instead:
.RS
.R {records read} '+' {partial records read} '>' {records written}

View File

@ -25,11 +25,7 @@ Compare integers to each other.
.B -e
.RS
Permits given integers to be equal to each other. If combined with
.B -g
or
.B -l
, only adjacent integers in the argument sequence can be equal.
Permits given integers to be equal to each other.
.RE
.B -g