change "Ogg-FLAC" to "Ogg FLAC" for consistency
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 10 Sep 2004 00:23:04 +0000 (00:23 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 10 Sep 2004 00:23:04 +0000 (00:23 +0000)
man/flac.1
man/flac.sgml
src/flac/main.c

index 01bd6ff..21931c0 100644 (file)
@@ -3,7 +3,7 @@
 .\" <http://shell.ipoline.com/~elmert/comp/docbook2X/> 
 .\" Please send any bug reports, improvements, comments, patches, 
 .\" etc. to Steve Cheng <steve@ggi-project.org>.
-.TH "FLAC" "1" "29 July 2004" "" ""
+.TH "FLAC" "1" "09 September 2004" "" ""
 .SH NAME
 flac \- Free Lossless Audio Codec
 .SH SYNOPSIS
@@ -103,14 +103,14 @@ the beginning, the --until point is relative to end of the
 audio.
 .TP
 \fB--ogg\fR
-When encoding, generate Ogg-FLAC output instead
-of native-FLAC.  Ogg-FLAC streams are FLAC streams
+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.
 
 When decoding, force the input to be treated as
-Ogg-FLAC.  This is useful when piping input from
+Ogg FLAC.  This is useful when piping input from
 stdin or when the filename does not end in '.ogg'.
 .TP
 \fB--serial-number=\fI#\fB\fR
index 055f8d5..489f10f 100644 (file)
                <term><option>--ogg</option></term>
 
                <listitem>
-                 <para>When encoding, generate Ogg-FLAC output instead
-                   of native-FLAC.  Ogg-FLAC streams are FLAC streams
+                 <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
+                   Ogg FLAC.  This is useful when piping input from
                    stdin or when the filename does not end in '.ogg'.</para>
                </listitem>
              </varlistentry>
index 4380506..0fa01fc 100644 (file)
@@ -1289,13 +1289,13 @@ void show_explain()
        printf("                               at the beginning, the --until point is relative\n");
        printf("                               to end of the audio.\n");
 #ifdef FLAC__HAS_OGG
-       printf("      --ogg                    When encoding, generate Ogg-FLAC output instead\n");
-       printf("                               of native-FLAC.  Ogg-FLAC streams are FLAC\n");
+       printf("      --ogg                    When encoding, generate Ogg FLAC output instead\n");
+       printf("                               of native FLAC.  Ogg FLAC streams are FLAC\n");
        printf("                               streams wrapped in an Ogg transport layer.  The\n");
        printf("                               resulting file should have an '.ogg' extension\n");
        printf("                               and will still be decodable by flac.  When\n");
        printf("                               decoding, force the input to be treated as\n");
-       printf("                               Ogg-FLAC.  This is useful when piping input\n");
+       printf("                               Ogg FLAC.  This is useful when piping input\n");
        printf("                               from stdin or when the filename does not end in\n");
        printf("                               '.ogg'.\n");
        printf("      --serial-number          Serial number to use for the FLAC stream.  When\n");