summaryrefslogtreecommitdiff
path: root/aplay
diff options
context:
space:
mode:
authorYetAnotherNerd <YetAnotherNerd@users.noreply.github.com>2020-02-11 17:14:28 +0100
committerJaroslav Kysela <perex@perex.cz>2020-10-06 13:19:00 +0200
commitae9d8cc9742683f89d9767f13df1656e15fa78b4 (patch)
treeeba55ea82dd89f890d115d9bc5d88f30fda2082e /aplay
parent789a307cf98468652731a62798db13fc4363c83f (diff)
downloadalsa-utils-ae9d8cc9742683f89d9767f13df1656e15fa78b4.tar.gz
minor aplay man page correction
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>
Diffstat (limited to 'aplay')
-rw-r--r--aplay/aplay.12
1 files changed, 1 insertions, 1 deletions
diff --git a/aplay/aplay.1 b/aplay/aplay.1
index 674ca1a..3bba59d 100644
--- a/aplay/aplay.1
+++ b/aplay/aplay.1
@@ -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.