summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2014-06-22 21:01:49 +1000
committerErik de Castro Lopo <erikd@mega-nerd.com>2014-06-22 21:01:53 +1000
commit356a4710fbbd49c6f0aba08675534e53a57c49b2 (patch)
tree3cd4873336d3aff5f18936f05fd149e00317b951 /man
parent246bae82ba935882c936021b9d91e7dd1a808dd7 (diff)
man/sndfile-concat.1 : Improvements, including addition of exit status.
Patch-from: Jan Stary <hans@stare.cz>
Diffstat (limited to 'man')
-rw-r--r--man/sndfile-concat.124
1 files changed, 17 insertions, 7 deletions
diff --git a/man/sndfile-concat.1 b/man/sndfile-concat.1
index ee5e5b9..d194fa2 100644
--- a/man/sndfile-concat.1
+++ b/man/sndfile-concat.1
@@ -1,9 +1,9 @@
-.Dd "December 9, 2009"
+.Dd "June 20, 2014"
.Dt SNDFILE-CONCAT 1
.Os
.Sh NAME
.Nm sndfile-concat
-.Nd concatenates two or more audio files
+.Nd concatenate audio data from two or more audio files
.Sh SYNOPSIS
.Nm sndfile-concat
.Ar infile1
@@ -12,11 +12,21 @@
.Ar outfile
.Sh DESCRIPTION
.Nm
-generates a new output file by concatenating two or more input files.
-The format of the output file is the same as the format of the input file.
-.Pp
-sndfile-concat does its work using libsndfile
+generates a new output file by concatenating the audio data
+of two or more input files. The encoding of the output file
+is the encoding used in
+.Ar infile1 .
+Audio data from the subsequent files are converted to this encoding.
+The only restriction is that the files must have
+the same number of channels.
+.Sh EXIT STATUS
+.Bl -tag -width 0 -compact
+.It 0
+The output file was successfully generated.
+.It 1
+An error occured.
+.El
+.Sh SEE ALSO
.Lk http://www.mega-nerd.com/libsndfile/
.Sh AUTHORS
-This manual page was written by
.An Erik de Castro Lopo Aq Mt erikd@mega-nerd.com