add docs for --serial-number
authorJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:55:00 +0000 (07:55 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Wed, 4 Sep 2002 07:55:00 +0000 (07:55 +0000)
doc/html/documentation.html
man/flac.1
man/flac.sgml

index 8b2c4c3..3273a01 100644 (file)
                </TR>
                <TR>
                        <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
+                               <TT>--serial-number=#</TT>
+                       </TD>
+                       <TD>
+                               When used with --ogg, specifies the serial number to use the for the FLAC stream.  When encoding and no serial number is given, flac uses '0'.  When decoding and no number is given, flac uses the serial number of the first page.<P>
+                       </TD>
+               </TR>
+               <TR>
+                       <TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
                                <TT>--lax</TT>
                        </TD>
                        <TD>
index 41ddea0..cb7e99c 100644 (file)
@@ -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" "20 August 2002" "" ""
+.TH "FLAC" "1" "03 September 2002" "" ""
 .SH NAME
 flac \- Free Lossless Audio Codec
 .SH SYNOPSIS
@@ -115,6 +115,13 @@ When decoding, force the input to be treated as
 Ogg-FLAC.  This is useful when piping input from
 stdin or when the filename does not end in '.ogg'.
 .TP
+\fB--ogg=\fI#\fB\fR
+When used with --ogg, specifies the serial
+number to use for the FLAC stream.  When encoding and
+no serial number is given, flac uses '0'.  When
+decoding and no number is given, flac uses the serial
+number of the first page.
+.TP
 \fB--lax\fR
 Allow encoder to generate non-Subset
 files.
index c527c0d..120b342 100644 (file)
@@ -4,7 +4,7 @@
   <!ENTITY dhfirstname "<firstname>Matt</firstname>">
   <!ENTITY dhsurname   "<surname>Zimmerman</surname>">
   <!-- Please adjust the date whenever revising the manpage. -->
-  <!ENTITY dhdate      "<date>August 20, 2002</date>">
+  <!ENTITY dhdate      "<date>September 3, 2002</date>">
   <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
        allowed: see man(7), man(1). -->
   <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
              </varlistentry>
 
              <varlistentry>
+               <term><option>--ogg</option>=<replaceable>#</replaceable></term>
+
+               <listitem>
+                 <para>When used with --ogg, specifies the serial
+                   number to use for the FLAC stream.  When encoding and
+                   no serial number is given, flac uses '0'.  When
+                   decoding and no number is given, flac uses the serial
+                   number of the first page.</para>
+               </listitem>
+             </varlistentry>
+
+             <varlistentry>
                <term><option>--lax</option></term>
 
                <listitem>