about summary refs log tree commit diff
path: root/libpbm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-10-12 02:07:12 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-10-12 02:07:12 +0000
commit74d1e209a24b69480cea55d8689af37f75846555 (patch)
treeda725e0bdb3754b0f70865133ee01facac1052c4 /libpbm.html
parent113588d3da9ce8b524acd31d5064e0ca925a4767 (diff)
downloadnetpbm-mirror-74d1e209a24b69480cea55d8689af37f75846555.tar.gz
netpbm-mirror-74d1e209a24b69480cea55d8689af37f75846555.tar.xz
netpbm-mirror-74d1e209a24b69480cea55d8689af37f75846555.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@431 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'libpbm.html')
-rw-r--r--libpbm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpbm.html b/libpbm.html
index 22cca2af..2243c9cf 100644
--- a/libpbm.html
+++ b/libpbm.html
@@ -226,7 +226,7 @@ there may be white space between images.
 image, it returns <B>*</B><I>eofP</I> false (0).  If there is no next
 image in the file, it returns <B>*</B><I>eofP</I> true .  If it can't
 position or determine the file status due to a file error, it
-<a href="error.html#error">throws an error</a>.
+<a href="liberror.html#error">throws an error</a>.
 
 <P><B>pbm_check()</B> checks for the common file integrity error where
 the file is the wrong size to contain all the image data.
@@ -235,7 +235,7 @@ header (as if <B>pbm_readpbminit() </B> was the last operation on the
 file).  It checks the file size to see if the number of bytes left in
 the file are the number required to contain the image raster.  If the
 file is too short, <B>pbm_check()</B> causes the program t <a
-href="error.html#error">throws an error</a>.  Otherwise, it returns
+href="liberror.html#error">throws an error</a>.  Otherwise, it returns
 one of the following values (enumerations of the <B>enum
 pm_check_code</B> type) as <B>*</B><I>retval</I>: