Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stefan Strogin
flac
Commits
2a69f512
Commit
2a69f512
authored
Sep 10, 2004
by
Josh Coalson
Browse files
change "Ogg-FLAC" to "Ogg FLAC" for consistency
parent
3fbf64c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
man/flac.1
View file @
2a69f512
...
...
@@ -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" "
2
9
July
2004" "" ""
.TH "FLAC" "1" "
0
9
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
...
...
man/flac.sgml
View file @
2a69f512
...
...
@@ -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>
...
...
src/flac/main.c
View file @
2a69f512
...
...
@@ -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
"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment