mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 15:28:22 +01:00
minor aplay man page correction
Fix a minor typo for the '-f cdr' description.
Fixes: 55cd025f18
("aplay -- update the man file")
BugLink: https://github.com/alsa-project/alsa-utils/pull/34
From: YetAnotherNerd <YetAnotherNerd@users.noreply.github.com>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
789a307cf9
commit
ae9d8cc974
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ Some of these may not be available on selected hardware
|
|||
The available format shortcuts are:
|
||||
.nf
|
||||
\-f cd (16 bit little endian, 44100, stereo) [\-f S16_LE \-c2 \-r44100]
|
||||
\-f cdr (16 bit big endian, 44100, stereo) [\-f S16_BE \-c2 \-f44100]
|
||||
\-f cdr (16 bit big endian, 44100, stereo) [\-f S16_BE \-c2 \-r44100]
|
||||
\-f dat (16 bit little endian, 48000, stereo) [\-f S16_LE \-c2 \-r48000]
|
||||
.fi
|
||||
If no format is given U8 is used.
|
||||
|
|
Loading…
Reference in a new issue