mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
treewide: fix typos in manual pages
Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b348abcbfe
commit
825d1d6359
2 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ The default is zero, so if this option is omitted then the record/playback proce
|
|||
Either '-d' or '-s' option is available exclusively.
|
||||
.TP
|
||||
\fI\-s, \-\-samples=#\fP
|
||||
Interrupt after tranmission of # PCM frames.
|
||||
Interrupt after transmission of # PCM frames.
|
||||
A value of zero means infinity.
|
||||
The default is zero, so if this options is omitted then the record/playback process will run until it is killed.
|
||||
Either '-d' or '-s' option is available exclusively.
|
||||
|
|
|
@ -375,7 +375,7 @@ This option configures given value to
|
|||
software parameter of PCM substream. In blocking mode, the value is used as
|
||||
threshold of the number of available audio data frames in buffer of PCM
|
||||
substream to wake up process blocked by I/O operation. In non\-blocking mode,
|
||||
any I/O operation returns \-EAGAIN untill the available number of audio data frame reaches the threshold.
|
||||
any I/O operation returns \-EAGAIN until the available number of audio data frame reaches the threshold.
|
||||
|
||||
This option has an effect in cases neither
|
||||
.I \-\-mmap
|
||||
|
|
Loading…
Reference in a new issue