dj.1: fixed option description locations

This commit is contained in:
Emma Tebibyte 2024-05-24 10:13:59 -06:00
parent 0660db3d02
commit 122a10257e
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270

View File

@ -89,12 +89,6 @@ Accepts a single literal byte with which input buffer is padded in the event
of an incomplete read from the input file. of an incomplete read from the input file.
.RE .RE
.B -c
.RS
Specifies a number of reads to make. The default is zero, in which case the
input is read until a partial or empty read is made.
.RE
.B -A .B -A
.RS .RS
Specifying this option pads the input buffer with null bytes in the event of an Specifying this option pads the input buffer with null bytes in the event of an
@ -103,6 +97,12 @@ incomplete read. Equivalent to specifying
with a null byte instead of a character. with a null byte instead of a character.
.RE .RE
.B -c
.RS
Specifies a number of reads to make. The default is zero, in which case the
input is read until a partial or empty read is made.
.RE
.B -d .B -d
.RS .RS
Prints invocation information before program execution as described in the Prints invocation information before program execution as described in the