forked from bonsai/harakit
made dj options no longer alphabetized
This commit is contained in:
parent
187d9486b7
commit
432b19818e
61
docs/dj.1
61
docs/dj.1
@ -47,11 +47,27 @@ dj
|
|||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
|
|
||||||
.B -A
|
.B -i
|
||||||
.RS
|
.RS
|
||||||
If the output is a stream, null bytes are printed. In other words, it does what
|
Takes a file path as an argument to open and use as an input.
|
||||||
.B -a
|
.RE
|
||||||
does but with null bytes instead.
|
|
||||||
|
.B -b
|
||||||
|
.RS
|
||||||
|
Takes a numeric argument as the size in bytes of the input buffer, with the
|
||||||
|
default being 1024 bytes or one kibibyte (KiB).
|
||||||
|
.RE
|
||||||
|
|
||||||
|
.B -s
|
||||||
|
.RS
|
||||||
|
Takes a numeric argument as the number of bytes to skip into the input
|
||||||
|
before starting to read. If the standard input is used, bytes read to this point
|
||||||
|
are discarded.
|
||||||
|
.RE
|
||||||
|
|
||||||
|
.B -o
|
||||||
|
.RS
|
||||||
|
Takes a file path as an argument to open and use as an output.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -B
|
.B -B
|
||||||
@ -61,12 +77,6 @@ Does the same as
|
|||||||
but for the output buffer.
|
but for the output buffer.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -H
|
|
||||||
.RS
|
|
||||||
Prints diagnostics messages in a human-readable manner as described in the
|
|
||||||
DIAGNOSTICS section below.
|
|
||||||
.RE
|
|
||||||
|
|
||||||
.B -S
|
.B -S
|
||||||
.RS
|
.RS
|
||||||
Skips a number of bytes through the output before starting to write from
|
Skips a number of bytes through the output before starting to write from
|
||||||
@ -79,18 +89,20 @@ 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 -b
|
|
||||||
.RS
|
|
||||||
Takes a numeric argument as the size in bytes of the input buffer, with the
|
|
||||||
default being 1024 bytes or one kibibyte (KiB).
|
|
||||||
.RE
|
|
||||||
|
|
||||||
.B -c
|
.B -c
|
||||||
.RS
|
.RS
|
||||||
Specifies a number of reads to make. If set to zero (the default), reading will
|
Specifies a number of reads to make. If set to zero (the default), reading will
|
||||||
continue until a partial or empty read is encountered.
|
continue until a partial or empty read is encountered.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
.B -A
|
||||||
|
.RS
|
||||||
|
If the output is a stream, null bytes are printed. This option is equivalent to
|
||||||
|
specifying
|
||||||
|
.B -a
|
||||||
|
with a null byte instead of a character.
|
||||||
|
.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
|
||||||
@ -98,9 +110,10 @@ DIAGNOSTICS section below. Each invocation increments the debug level of the
|
|||||||
program.
|
program.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -i
|
.B -H
|
||||||
.RS
|
.RS
|
||||||
Takes a file path as an argument to open and use as an input.
|
Prints diagnostics messages in a human-readable manner as described in the
|
||||||
|
DIAGNOSTICS section below.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -n
|
.B -n
|
||||||
@ -108,18 +121,6 @@ Takes a file path as an argument to open and use as an input.
|
|||||||
Retries failed reads once more before exiting.
|
Retries failed reads once more before exiting.
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
.B -o
|
|
||||||
.RS
|
|
||||||
Takes a file path as an argument to open and use as an output.
|
|
||||||
.RE
|
|
||||||
|
|
||||||
.B -s
|
|
||||||
.RS
|
|
||||||
Takes a numeric argument as the number of bytes to skip into the input
|
|
||||||
before starting to read. If the standard input is used, bytes read to this point
|
|
||||||
are discarded.
|
|
||||||
.RE
|
|
||||||
|
|
||||||
.B -q
|
.B -q
|
||||||
.RS
|
.RS
|
||||||
Suppresses error messages which print when a read or write is partial or
|
Suppresses error messages which print when a read or write is partial or
|
||||||
|
Loading…
Reference in New Issue
Block a user