Additional fix to last-page handling, this time in initial bisection;
[platform/upstream/libvorbis.git] / doc / programming.html
index 65ccb48..4b54347 100644 (file)
@@ -67,14 +67,14 @@ li {
 <body>
 
 <div id="xiphlogo">
-  <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.org"/></a>
+  <a href="http://www.xiph.org/"><img src="fish_xiph_org.png" alt="Fish Logo and Xiph.Org"/></a>
 </div>
 
-<h1>Programming with Xiph.org <tt>libvorbis</tt></h1>
+<h1>Programming with Xiph.Org <tt>libvorbis</tt></h1>
 
 <h2>Description</h2> 
 
-<p>Libvorbis is the Xiph.org Foundation's portable Ogg Vorbis CODEC
+<p>Libvorbis is the Xiph.Org Foundation's portable Ogg Vorbis CODEC
 implemented as a programmatic library. Libvorbis provides primitives
 to handle framing and manipulation of Ogg bitstreams (used by the
 Vorbis for streaming), a full analysis (encoding) interface as well as
@@ -490,9 +490,9 @@ int    ogg_sync_destroy(ogg_sync_state *oy);
 buffer, then frees the storage associated with the pointer
 <tt>oy</tt>.</p>
 
-<p><tt>ogg_sync_clear</tt> does not call <tt>free()</tt> on the pointer
-<tt>oy</tt>, allowing use of that call on stream structures in static
-or automatic storage.</p>
+<p>An alternative function,<tt>ogg_sync_clear</tt>, does not call
+<tt>free()</tt> on the pointer <tt>oy</tt>, allowing use of that call on
+stream structures in static or automatic storage.</p>
 
 <p>Returns zero on success and non-zero on failure. This function always
 succeeds.</p>