fix typos
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 7 Jan 2005 01:03:19 +0000 (01:03 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 7 Jan 2005 01:03:19 +0000 (01:03 +0000)
doc/html/documentation.html
man/flac.sgml
src/flac/main.c

index d2c2c6d..fdad1e2 100644 (file)
                                <TT>--cue=[#.#][-[#.#]]</TT>
                        </TD>
                        <TD>
-                               Set the beginning and ending cuepoints to decode.  The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream.  The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream.  If the seekpoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used.  If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used.  The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
+                               Set the beginning and ending cuepoints to decode.  The optional first <TT>#.#</TT> is the track and index point at which decoding will start; the default is the beginning of the stream.  The optional second <TT>#.#</TT> is the track and index point at which decoding will end; the default is the end of the stream.  If the cuepoint does not exist, the closest one before it (for the start point) or after it (for the end point) will be used.  If those don't exist, the start of the stream (for the start point) or end of the stream (for the end point) will be used.  The cuepoints are merely translated into sample numbers then used as --skip and --until.<P>
                                Examples:<P>
                                <TT>--cue=-</TT> : decode the entire stream<P>
                                <TT>--cue=4.1</TT> : decode from track 4, index 1 to the end of the stream<P>
index c80a989..2b46d05 100644 (file)
                    which decoding will start; the default is the beginning
                    of the stream.  The optional second #.# is the track
                    and index point at which decoding will end; the default
-                   is the end of the stream.  If the seekpoint does not
+                   is the end of the stream.  If the cuepoint does not
                    exist, the closest one before it (for the start point)
                    or after it (for the end point) will be used.  If those
                    don't exist, the start of the stream (for the start
index 86cf715..0a26ab5 100644 (file)
@@ -1332,7 +1332,7 @@ void show_explain()
        printf("                               default is the beginning of the stream.  The\n");
        printf("                               optional second #.# is the track and index point\n");
        printf("                               at which decoding will end; the default is the\n");
-       printf("                               end of the stream.  If the seekpoint does not\n");
+       printf("                               end of the stream.  If the cuepoint does not\n");
        printf("                               exist, the closest one before it (for the start\n");
        printf("                               point) or after it (for the end point) will be\n");
        printf("                               used.  The cuepoints are merely translated into\n");