OSDN Git Service

aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay manual
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 5 Nov 2018 23:34:04 +0000 (08:34 +0900)
committerTakashi Iwai <tiwai@suse.de>
Thu, 8 Nov 2018 15:03:01 +0000 (16:03 +0100)
A '--sleep-min' option was already obsoleted for aplay. On the other hand,
a paragraph for the option was left as is.

This commit deletes the paragraph.

Fixes: 4cb74aed89f1 ('Remove sleep_min from aplay')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Reviewed-by: Daniel Baluta daniel.baluta@nxp.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
aplay/aplay.1

index 2945dad..fcafc70 100644 (file)
@@ -77,9 +77,6 @@ Interrupt after # seconds.
 A value of zero means infinity.
 The default is zero, so if this option is omitted then the arecord process will run until it is killed.
 .TP
-\fI\-s, \-\-sleep\-min=#\fP
-Min ticks to sleep. The default is not to sleep.
-.TP
 \fI\-M, \-\-mmap\fP            
 Use memory\-mapped (mmap) I/O mode for the audio stream.
 If this option is not set, the read/write I/O mode will be used.