diff --git a/doc/html/documentation.html b/doc/html/documentation.html
index 8b2c4c30..3273a017 100644
--- a/doc/html/documentation.html
+++ b/doc/html/documentation.html
@@ -446,6 +446,14 @@
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'.
+
+
+ --serial-number=#
+
+
+ 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.
+
+
--lax
diff --git a/man/flac.1 b/man/flac.1
index 41ddea0a..cb7e99c5 100644
--- a/man/flac.1
+++ b/man/flac.1
@@ -3,7 +3,7 @@
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
-.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.
diff --git a/man/flac.sgml b/man/flac.sgml
index c527c0d2..120b3420 100644
--- a/man/flac.sgml
+++ b/man/flac.sgml
@@ -4,7 +4,7 @@
Matt">
Zimmerman">
- August 20, 2002">
+ September 3, 2002">
1">
@@ -262,6 +262,18 @@
+
+ =#
+
+
+ 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.
+
+
+