mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix some minor word duplication
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
723cfa34f2
commit
7b757e46f2
@@ -235,7 +235,7 @@
|
|||||||
<span class="argument">--show-tag=NAME</span>
|
<span class="argument">--show-tag=NAME</span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
Show all tags where the the field name matches <span class="argument">NAME</span>.
|
Show all tags where the field name matches <span class="argument">NAME</span>.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
@@ -176,7 +176,7 @@
|
|||||||
* #endif
|
* #endif
|
||||||
* \endcode
|
* \endcode
|
||||||
*
|
*
|
||||||
* The the source will work for multiple versions and the legacy code can
|
* The source will work for multiple versions and the legacy code can
|
||||||
* easily be removed when the transition is complete.
|
* easily be removed when the transition is complete.
|
||||||
*
|
*
|
||||||
* Another available symbol is FLAC_API_SUPPORTS_OGG_FLAC (defined in
|
* Another available symbol is FLAC_API_SUPPORTS_OGG_FLAC (defined in
|
||||||
|
|||||||
@@ -667,7 +667,7 @@ FLAC_API FLAC__bool FLAC__metadata_simple_iterator_delete_block(FLAC__Metadata_S
|
|||||||
*
|
*
|
||||||
* - Create a new chain using FLAC__metadata_chain_new(). A chain is a
|
* - Create a new chain using FLAC__metadata_chain_new(). A chain is a
|
||||||
* linked list of FLAC metadata blocks.
|
* linked list of FLAC metadata blocks.
|
||||||
* - Read all metadata into the the chain from a FLAC file using
|
* - Read all metadata into the chain from a FLAC file using
|
||||||
* FLAC__metadata_chain_read() or FLAC__metadata_chain_read_ogg() and
|
* FLAC__metadata_chain_read() or FLAC__metadata_chain_read_ogg() and
|
||||||
* check the status.
|
* check the status.
|
||||||
* - Optionally, consolidate the padding using
|
* - Optionally, consolidate the padding using
|
||||||
@@ -1692,7 +1692,7 @@ FLAC_API FLAC__bool FLAC__metadata_object_vorbiscomment_append_comment(FLAC__Str
|
|||||||
* For convenience, a trailing NUL is added to the entry if it doesn't have
|
* For convenience, a trailing NUL is added to the entry if it doesn't have
|
||||||
* one already.
|
* one already.
|
||||||
*
|
*
|
||||||
* Depending on the the value of \a all, either all or just the first comment
|
* Depending on the value of \a all, either all or just the first comment
|
||||||
* whose field name(s) match the given entry's name will be replaced by the
|
* whose field name(s) match the given entry's name will be replaced by the
|
||||||
* given entry. If no comments match, \a entry will simply be appended.
|
* given entry. If no comments match, \a entry will simply be appended.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -186,7 +186,7 @@
|
|||||||
* snprintf as well as Microsoft Visual Studio which has an non-standards
|
* snprintf as well as Microsoft Visual Studio which has an non-standards
|
||||||
* conformant snprint_s function.
|
* conformant snprint_s function.
|
||||||
*
|
*
|
||||||
* This function wraps the MS version to behave more like the the ISO version.
|
* This function wraps the MS version to behave more like the ISO version.
|
||||||
*/
|
*/
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
/* FLAC_CHECK_RETURN : Check the return value of of the provided function and
|
/* FLAC_CHECK_RETURN : Check the return value of the provided function and
|
||||||
* print and error message if it fails (ie returns a value < 0).
|
* print and error message if it fails (ie returns a value < 0).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ Show the total # of samples from the STREAMINFO block.
|
|||||||
Show the vendor string from the VORBIS_COMMENT block.
|
Show the vendor string from the VORBIS_COMMENT block.
|
||||||
.TP
|
.TP
|
||||||
\fB--show-tag=name\fR
|
\fB--show-tag=name\fR
|
||||||
Show all tags where the the field name matches 'name'.
|
Show all tags where the field name matches 'name'.
|
||||||
.TP
|
.TP
|
||||||
\fB--remove-tag=name\fR
|
\fB--remove-tag=name\fR
|
||||||
Remove all tags whose field name is 'name'.
|
Remove all tags whose field name is 'name'.
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ manpage.1: manpage.sgml
|
|||||||
<term><option>--show-tag=name</option></term>
|
<term><option>--show-tag=name</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Show all tags where the the field name matches 'name'.
|
Show all tags where the field name matches 'name'.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ int long_usage(const char *message, ...)
|
|||||||
fprintf(out, "--show-total-samples Show the total # of samples from the STREAMINFO block.\n");
|
fprintf(out, "--show-total-samples Show the total # of samples from the STREAMINFO block.\n");
|
||||||
fprintf(out, "\n");
|
fprintf(out, "\n");
|
||||||
fprintf(out, "--show-vendor-tag Show the vendor string from the VORBIS_COMMENT block.\n");
|
fprintf(out, "--show-vendor-tag Show the vendor string from the VORBIS_COMMENT block.\n");
|
||||||
fprintf(out, "--show-tag=NAME Show all tags where the the field name matches 'NAME'.\n");
|
fprintf(out, "--show-tag=NAME Show all tags where the field name matches 'NAME'.\n");
|
||||||
fprintf(out, "--remove-tag=NAME Remove all tags whose field name is 'NAME'.\n");
|
fprintf(out, "--remove-tag=NAME Remove all tags whose field name is 'NAME'.\n");
|
||||||
fprintf(out, "--remove-first-tag=NAME Remove first tag whose field name is 'NAME'.\n");
|
fprintf(out, "--remove-first-tag=NAME Remove first tag whose field name is 'NAME'.\n");
|
||||||
fprintf(out, "--remove-all-tags Remove all tags, leaving only the vendor string.\n");
|
fprintf(out, "--remove-all-tags Remove all tags, leaving only the vendor string.\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user