summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-08-01 03:02:00 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-08-01 03:02:00 +0000
commit12d3a41896ea18d572e3a5b91181b9d2d95a347b (patch)
tree8fc555497e24e29bc467100b42cf8aed5579a792 /man
parent05f710f4e02a95defc26b38edfaa5c5c2dbef416 (diff)
downloadflac-12d3a41896ea18d572e3a5b91181b9d2d95a347b.tar.gz
change default extension for ogg flac from .ogg to .oga (SF#1762492: http://sourceforge.net/tracker/index.php?func=detail&aid=1762492&group_id=13478&atid=113478)
Diffstat (limited to 'man')
-rw-r--r--man/flac.sgml6
1 files changed, 4 insertions, 2 deletions
diff --git a/man/flac.sgml b/man/flac.sgml
index 35036eaf..2758db4c 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -51,6 +51,7 @@
<arg><replaceable>infile.aiff</replaceable></arg>
<arg><replaceable>infile.raw</replaceable></arg>
<arg><replaceable>infile.flac</replaceable></arg>
+ <arg><replaceable>infile.oga</replaceable></arg>
<arg><replaceable>infile.ogg</replaceable></arg>
<arg>-</arg>
</group>
@@ -65,6 +66,7 @@
<arg choice=opt><replaceable>OPTIONS</replaceable></arg>
<group rep=repeat>
<arg><replaceable>infile.flac</replaceable></arg>
+ <arg><replaceable>infile.oga</replaceable></arg>
<arg><replaceable>infile.ogg</replaceable></arg>
<arg>-</arg>
</group>
@@ -221,8 +223,8 @@
<term><option>--ogg</option></term>
<listitem>
- <para>When encoding, generate Ogg FLAC output instead of native FLAC. Ogg FLAC streams are FLAC streams wrapped in an Ogg transport layer. The resulting file should have an '.ogg' extension and will still be decodable by flac.</para>
- <para>When decoding, force the input to be treated as Ogg FLAC. This is useful when piping input from stdin or when the filename does not end in '.ogg'.</para>
+ <para>When encoding, generate Ogg FLAC output instead of native FLAC. Ogg FLAC streams are FLAC streams wrapped in an Ogg transport layer. The resulting file should have an '.oga' extension and will still be decodable by flac.</para>
+ <para>When decoding, force the input to be treated as Ogg FLAC. This is useful when piping input from stdin or when the filename does not end in '.oga' or '.ogg'.</para>
</listitem>
</varlistentry>