summary refs log tree commit diff
path: root/libppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-19 22:02:52 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-07-19 22:02:52 +0000
commitfabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26 (patch)
tree7ee41d7ab7ba81f235bb7bcb46018e91b44d6b0f /libppm.html
parent9fc68abf70747a4a4e78a3a43945b40a69de5d32 (diff)
downloadnetpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.tar.gz
netpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.tar.xz
netpbm-mirror-fabc39e7f3bf78fbbc4e2923a0b9e53a829a9a26.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3897 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'libppm.html')
-rw-r--r--libppm.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/libppm.html b/libppm.html
index 989fa3ae..a2b06db0 100644
--- a/libppm.html
+++ b/libppm.html
@@ -499,20 +499,20 @@ color dictionary.
 
 <p><B>ppm_parsecolor()</B> interprets a color specification and returns a
 pixel of the color that it indicates.  It is the same as
-<a href="libnetbm_image.html#colorname">pnm_parsecolor</a>, except that it
+<a href="libnetpbm_image.html#colorname">pnm_parsecolor</a>, except that it
 returns a <b>pixel</b> instead of a <b>tuple</b>.
 
 <H4 id="ppm_parsecolor2">ppm_parsecolor2</H4>
 
 <p><B>ppm_parsecolor2()</B> interprets a color specification and returns a
 pixel of the color that it indicates and warns about rounding.  It is the same
-as <a href="libnetbm_image.html#colorname">pnm_parsecolor2</a>, except
+as <a href="libnetpbm_image.html#colorname">pnm_parsecolor2</a>, except
 that it returns a <b>pixel</b> instead of a <b>tuple</b>.
 
 <h4 id="ppm_colorname">ppm_colorname</h4>
 
 <P><B>ppm_colorname()</B> returns a string that describes the color
-of the given pixel.  If a <a href="#rgb.txt">system color dictionary</a>
+of the given pixel.  If a <a href="#dictionary">system color dictionary</a>
 is available and the color appears in it, <B>ppm_colorname()</B>
 returns the name of the color from the file.  If the color does not
 appear in a system color dictionary and <I>hexok</I> is true,