]> git.alsa-project.org Git - alsa-utils.git/commitdiff
minor aplay man page correction
authorYetAnotherNerd <YetAnotherNerd@users.noreply.github.com>
Tue, 11 Feb 2020 16:14:28 +0000 (17:14 +0100)
committerJaroslav Kysela <perex@perex.cz>
Tue, 6 Oct 2020 11:19:00 +0000 (13:19 +0200)
Fix a minor typo for the '-f cdr' description.

Fixes: 55cd025f18e3 ("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>
aplay/aplay.1

index 674ca1a2d27f8f153e2814e6adb8c113d37597fd..3bba59d1a508abf8cdbcd08af8acda03466a63d1 100644 (file)
@@ -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.