mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 19:55:43 +01:00
aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay manual
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: 4cb74aed89
('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>
This commit is contained in:
parent
2dec9bca1e
commit
f79082df38
1 changed files with 0 additions and 3 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue