mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:45:41 +01:00
Fix a typo in manpage
Fix a typo in manpage of aplay.
This commit is contained in:
parent
69c5beb106
commit
2304da6822
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ 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.
|
||||
.TP
|
||||
\fI\-N, \-\-nonblock\fP
|
||||
Open the audio device in non-blocking mode. If the device is busy the program will exit immediatly.
|
||||
Open the audio device in non-blocking mode. If the device is busy the program will exit immediately.
|
||||
If this option is not set the program will block until the audio device is available again.
|
||||
.TP
|
||||
\fI\-F, \-\-period\-time=#\fP
|
||||
|
|
Loading…
Reference in a new issue