diff options
author | Segher Boessenkool <segher@xiph.org> | 2001-12-20 00:58:45 +0000 |
---|---|---|
committer | Segher Boessenkool <segher@xiph.org> | 2001-12-20 00:58:45 +0000 |
commit | 08dbd66e649fc8c130bc12575b857113e9dde921 (patch) | |
tree | 361fc749f0b875447d2d093008171560d00ccf69 /doc/ogg/ogg_page_serialno.html | |
parent | c39554e292e9a31590915e2f27af8c25446f4c93 (diff) | |
download | ogg-git-08dbd66e649fc8c130bc12575b857113e9dde921.tar.gz |
lots of extremely minor fixes
svn path=/trunk/ogg/; revision=2867
Diffstat (limited to 'doc/ogg/ogg_page_serialno.html')
-rw-r--r-- | doc/ogg/ogg_page_serialno.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ogg/ogg_page_serialno.html b/doc/ogg/ogg_page_serialno.html index f8edef0..9aa703f 100644 --- a/doc/ogg/ogg_page_serialno.html +++ b/doc/ogg/ogg_page_serialno.html @@ -17,14 +17,14 @@ <p><i>declared in "ogg/ogg.h";</i></p> -<p>Returns the unique serial number for the logical bitstream of this page. Each page contains the serial number for the logical bitstream that it belongs to.
-<p>
+<p>Returns the unique serial number for the logical bitstream of this page. Each page contains the serial number for the logical bitstream that it belongs to. +<p> <br><br> <table border=0 color=black cellspacing=0 cellpadding=7> <tr bgcolor=#cccccc> <td> <pre><b> -int ogg_page_serialno(ogg_page *og);
+int ogg_page_serialno(ogg_page *og); </b></pre> </td> @@ -39,7 +39,7 @@ int ogg_page_serialno(ogg_page *og); <h3>Return Values</h3> -<blockquote>
+<blockquote> <li> <i>n</i> is the serial number for this page.</li> </blockquote> |