mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
change "Ogg-FLAC" to "Ogg FLAC" for consistency
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user