From: Takashi Sakamoto Date: Mon, 5 Nov 2018 23:34:04 +0000 (+0900) Subject: aplay: delete paragraph for obsoleted '--sleep-min' ('-s') option from aplay manual X-Git-Tag: v1.1.8~65 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=f79082df38321da5c38f17bacd26d9dc02ac5bbd;p=alsa-utils.git 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: 4cb74aed89f1 ('Remove sleep_min from aplay') Signed-off-by: Takashi Sakamoto Reviewed-by: Daniel Baluta daniel.baluta@nxp.com Signed-off-by: Takashi Iwai --- diff --git a/aplay/aplay.1 b/aplay/aplay.1 index 2945dad..fcafc70 100644 --- a/aplay/aplay.1 +++ b/aplay/aplay.1 @@ -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.