summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-11-24 06:55:22 +0000
committerMonty <xiphmont@xiph.org>2001-11-24 06:55:22 +0000
commit19d56ee24e69f01d64c4d15ba542b61d941bb2e7 (patch)
tree589e784b55789fc2bb833dc0f1d1df19155d8de4 /doc
parent5e98be33750fb2629bf0b7699066acb85f006d3f (diff)
downloadogg-19d56ee24e69f01d64c4d15ba542b61d941bb2e7.tar.gz
Documentation correction pointed out by Time Janik
git-svn-id: http://svn.xiph.org/trunk/ogg@2403 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'doc')
-rw-r--r--doc/ogg/ogg_page_bos.html2
-rw-r--r--doc/ogg/ogg_page_eos.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ogg/ogg_page_bos.html b/doc/ogg/ogg_page_bos.html
index dcfbb33..767b505 100644
--- a/doc/ogg/ogg_page_bos.html
+++ b/doc/ogg/ogg_page_bos.html
@@ -41,7 +41,7 @@ int ogg_page_bos(ogg_page *og);
<h3>Return Values</h3>
<blockquote>
<li>
-1 if this page is the beginning of a bitstream.</li>
+greater than 0 if this page is the beginning of a bitstream.</li>
<li>
0 if this page is from any other location in the stream.</li>
</blockquote>
diff --git a/doc/ogg/ogg_page_eos.html b/doc/ogg/ogg_page_eos.html
index 729386d..10cf0de 100644
--- a/doc/ogg/ogg_page_eos.html
+++ b/doc/ogg/ogg_page_eos.html
@@ -41,7 +41,7 @@ int ogg_page_eos(ogg_page *og);
<h3>Return Values</h3>
<blockquote>
<li>
-1 if this page contains the end of a bitstream.</li>
+greater than zero if this page contains the end of a bitstream.</li>
<li>
0 if this page is from any other location in the stream.</li>
</blockquote>