change "Ogg-FLAC" to "Ogg FLAC" for consistency

This commit is contained in:
Josh Coalson
2004-09-10 00:23:04 +00:00
parent 3fbf64c110
commit 2a69f51223
3 changed files with 10 additions and 10 deletions

View 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

View File

@@ -236,13 +236,13 @@
<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>

View 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");