summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMiroslav Lichvar <mlichvar@redhat.com>2013-03-27 17:49:19 +0100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-03-29 16:31:15 +1100
commit1ec6e3a0648fc28bd754e02ee70e9ee512b75f08 (patch)
tree190c3793dacd88fa28631dc8ad2f10ed5a2aab0e /man
parent9a93680d2b2c416aa10434fc5a3d6c67b729a462 (diff)
downloadflac-1ec6e3a0648fc28bd754e02ee70e9ee512b75f08.tar.gz
Fix option names in documentation and help messages.
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
Diffstat (limited to 'man')
-rw-r--r--man/flac.16
-rw-r--r--man/flac.sgml5
2 files changed, 7 insertions, 4 deletions
diff --git a/man/flac.1 b/man/flac.1
index bd112afc..411963b5 100644
--- a/man/flac.1
+++ b/man/flac.1
@@ -283,7 +283,7 @@ Set sample rate (in Hz).
Set the sign of samples (the default is signed).
.TP
\fB--input-size=\fI#\fB\fR
-Specify the size of the raw input in bytes. If you are encoding raw samples from stdin, you must set this option in order to be able to use --skip, --until, --cue-sheet, or other options that need to know the size of the input beforehand. If the size given is greater than what is found in the input stream, the encoder will complain about an unexpected end-of-file. If the size given is less, samples will be truncated.
+Specify the size of the raw input in bytes. If you are encoding raw samples from stdin, you must set this option in order to be able to use --skip, --until, --cuesheet, or other options that need to know the size of the input beforehand. If the size given is greater than what is found in the input stream, the encoder will complain about an unexpected end-of-file. If the size given is less, samples will be truncated.
.TP
\fB--force-raw-format\fR
Force input (when encoding) or output (when decoding) to be treated as raw samples (even if filename ends in \fI\&.wav\fR).
@@ -300,6 +300,8 @@ Force the decoder to output Wave64 format. This option is not needed if the out
.TP
\fB--no-adaptive-mid-side\fR
.TP
+\fB--no-cued-seekpoints\fR
+.TP
\fB--no-decode-through-errors\fR
.TP
\fB--no-delete-input-file\fR
@@ -320,7 +322,7 @@ Force the decoder to output Wave64 format. This option is not needed if the out
.TP
\fB--no-padding\fR
.TP
-\fB--no-qlp-coeff-precision-search\fR
+\fB--no-qlp-coeff-prec-search\fR
.TP
\fB--no-replay-gain\fR
.TP
diff --git a/man/flac.sgml b/man/flac.sgml
index 587e377d..df69aa66 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -648,7 +648,7 @@
<term><option>--input-size</option>=<replaceable>#</replaceable></term>
<listitem>
- <para>Specify the size of the raw input in bytes. If you are encoding raw samples from stdin, you must set this option in order to be able to use --skip, --until, --cue-sheet, or other options that need to know the size of the input beforehand. If the size given is greater than what is found in the input stream, the encoder will complain about an unexpected end-of-file. If the size given is less, samples will be truncated.</para>
+ <para>Specify the size of the raw input in bytes. If you are encoding raw samples from stdin, you must set this option in order to be able to use --skip, --until, --cuesheet, or other options that need to know the size of the input beforehand. If the size given is greater than what is found in the input stream, the encoder will complain about an unexpected end-of-file. If the size given is less, samples will be truncated.</para>
</listitem>
</varlistentry>
@@ -693,6 +693,7 @@
<variablelist>
<varlistentry>
<term><option>--no-adaptive-mid-side</option></term>
+ <term><option>--no-cued-seekpoints</option></term>
<term><option>--no-decode-through-errors</option></term>
<term><option>--no-delete-input-file</option></term>
<term><option>--no-preserve-modtime</option></term>
@@ -703,7 +704,7 @@
<term><option>--no-mid-side</option></term>
<term><option>--no-ogg</option></term>
<term><option>--no-padding</option></term>
- <term><option>--no-qlp-coeff-precision-search</option></term>
+ <term><option>--no-qlp-coeff-prec-search</option></term>
<term><option>--no-replay-gain</option></term>
<term><option>--no-residual-gnuplot</option></term>
<term><option>--no-residual-text</option></term>