]> git.alsa-project.org Git - alsa-utils.git/commitdiff
Fix the examples in aplay.1
authorJaroslav Kysela <perex@perex.cz>
Mon, 6 Feb 2012 13:58:03 +0000 (14:58 +0100)
committerJaroslav Kysela <perex@perex.cz>
Mon, 6 Feb 2012 13:58:03 +0000 (14:58 +0100)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
aplay/aplay.1

index 8ccf5569a0b3a26bb0a73ff421d39090a158880f..2acaed5388815e89cf66eed83aa419b3ad503710 100644 (file)
@@ -213,14 +213,14 @@ pcm.copy {
 .fi
 
 .TP
-\fBarecord \-t wav \-max-file_time 30 mon.wav\fP
+\fBarecord \-t wav \-\-max-file-time 30 mon.wav\fP
 Record from the default audio source in monaural, 8,000 samples
 per second, 8 bits per sample.  Start a new file every
 30 seconds.  File names are mon-nn.wav, where nn increases
 from 01.  The file after mon-99.wav is mon-100.wav.
 
 .TP
-\fBarecord \-f cd \-t wav \-max-file-time 3600 --use-strftime %Y/%m/%d/listen-%H-%M-%v.wav\fP
+\fBarecord \-f cd \-t wav \-\-max-file-time 3600 --use-strftime %Y/%m/%d/listen-%H-%M-%v.wav\fP
 Record in stereo from the default audio source.  Create a new file
 every hour.  The files are placed in directories based on their start dates
 and have names which include their start times and file numbers.