forked from bonsai/harakit
dj.1: -A and -a: fix descriptions
This commit is contained in:
parent
f565f0530b
commit
bb43533a37
10
docs/dj.1
10
docs/dj.1
@ -45,11 +45,13 @@ dj
|
|||||||
.B output offset
|
.B output offset
|
||||||
.R ])
|
.R ])
|
||||||
|
|
||||||
.SH USAGE
|
.SH OPTIONS
|
||||||
|
|
||||||
.B -A
|
.B -A
|
||||||
.RS
|
.RS
|
||||||
Takes no arguments and pads with nuls.
|
If the output is a stream, nul bytes are printed. In other words, it does what
|
||||||
|
.B -a
|
||||||
|
does but with null bytes instead.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -B
|
.B -B
|
||||||
@ -74,8 +76,8 @@ output is a stream, nul characters are printed.
|
|||||||
|
|
||||||
.B -a
|
.B -a
|
||||||
.RS
|
.RS
|
||||||
Takes one argument of one byte in length and pads the input buffer with
|
Takes one argument of one byte in length and pads the input buffer with it in
|
||||||
that byte in the event that a read doesn’t fill the input buffer, and the
|
the event of an incomplete read from the input file.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -b
|
.B -b
|
||||||
|
Loading…
Reference in New Issue
Block a user