dj(1), dj.1: remove the unnecessary -d and -q
This commit is contained in:
parent
4b3333d8d3
commit
d3f5246242
29
docs/dj.1
29
docs/dj.1
@ -11,7 +11,7 @@ dj \(en disk jockey
|
|||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
||||||
dj
|
dj
|
||||||
.RB ( -AdHnq )
|
.RB ( -AHn )
|
||||||
.RB ( -a
|
.RB ( -a
|
||||||
.RB [ byte ])
|
.RB [ byte ])
|
||||||
.RB ( -c
|
.RB ( -c
|
||||||
@ -76,18 +76,11 @@ with a null byte instead of a character.
|
|||||||
.IP \fB-c\fP
|
.IP \fB-c\fP
|
||||||
Specifies a number of reads to make. The default is 0, in which case the
|
Specifies a number of reads to make. The default is 0, in which case the
|
||||||
input is read until a partial or empty read is made.
|
input is read until a partial or empty read is made.
|
||||||
.IP \fB-d\fP
|
|
||||||
Prints invocation information before program execution as described in the
|
|
||||||
DIAGNOSTICS section. Each invocation increments the debug level of the
|
|
||||||
program.
|
|
||||||
.IP \fB-H\fP
|
.IP \fB-H\fP
|
||||||
Prints diagnostics messages in a human-readable manner as described in the
|
Prints diagnostics messages in a human-readable manner as described in the
|
||||||
DIAGNOSTICS section.
|
DIAGNOSTICS section.
|
||||||
.IP \fB-n\fP
|
.IP \fB-n\fP
|
||||||
Retries failed reads once before exiting.
|
Retries failed reads once before exiting.
|
||||||
.IP \fB-q\fP
|
|
||||||
Suppresses error messages which print when a read or write is partial or
|
|
||||||
empty. Each invocation decrements the debug level of the program.
|
|
||||||
.\"
|
.\"
|
||||||
.SH STANDARD INPUT
|
.SH STANDARD INPUT
|
||||||
|
|
||||||