summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2005-08-31 01:00:53 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2005-08-31 01:00:53 +0000
commit83fa59c800de25579fcc387e63841fe4e9508ce6 (patch)
treee47a9dc9e4bbf27a8487a557204fbb2dc74b4d06 /man
parent83b8d28f9d807e7cf12e4441d1a03305e16e5f3a (diff)
downloadflac-83fa59c800de25579fcc387e63841fe4e9508ce6.tar.gz
more external use of "FLAC tags" instead of "Vorbis comments" to avoid confusion
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 42b03346..122cdb00 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -363,8 +363,8 @@
<term><option>--replay-gain</option></term>
<listitem>
- <para>Calculate ReplayGain values and store in
- Vorbis comments, similar to vorbisgain. Title
+ <para>Calculate ReplayGain values and store them
+ as FLAC tags, similar to vorbisgain. Title
gains/peaks will be computed for each input
file, and an album gain/peak will be computed
for all files. All input files must have the
@@ -453,8 +453,8 @@
<term><option>-T</option> <replaceable>FIELD=VALUE</replaceable>, <option>--tag</option>=<replaceable>FIELD=VALUE</replaceable></term>
<listitem>
- <para>Add a Vorbis comment. The comment must adhere
- to the Vorbis comment spec; i.e. the FIELD must
+ <para>Add a FLAC tag. The comment must adhere to
+ the Vorbis comment spec; i.e. the FIELD must
contain only legal characters, terminated by an
'equals' sign. Make sure to quote the comment if
necessary. This option may appear more than once