From f79082df38321da5c38f17bacd26d9dc02ac5bbd Mon Sep 17 00:00:00 2001 From: Takashi Sakamoto Date: Tue, 6 Nov 2018 08:34:04 +0900 Subject: [PATCH] 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 --- aplay/aplay.1 | 3 --- 1 file changed, 3 deletions(-) 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.