summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-04-01 17:26:11 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-04-01 17:26:11 +0000
commit788a260c0eb1c6e3500429c28a2ef258d0c2d081 (patch)
tree0c745692d41d582b29a70a80fff46b80b4cfbd13
parent67299f49726a0d615120c976c24812448531f167 (diff)
downloadnetpbm-mirror-788a260c0eb1c6e3500429c28a2ef258d0c2d081.tar.gz
netpbm-mirror-788a260c0eb1c6e3500429c28a2ef258d0c2d081.tar.xz
netpbm-mirror-788a260c0eb1c6e3500429c28a2ef258d0c2d081.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4902 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--libppm.html12
-rw-r--r--ppmhist.html8
2 files changed, 13 insertions, 7 deletions
diff --git a/libppm.html b/libppm.html
index 51beaa8f..a37ac695 100644
--- a/libppm.html
+++ b/libppm.html
@@ -6,7 +6,7 @@
 </head>
 <body>
 <h1>libppm</h1>
-Updated: 27 March 2024
+Updated: 31 March 2024
 <br>
 <a href="#index">Table Of Contents</a>
 
@@ -477,16 +477,22 @@ the value of the <b>RGBDEF</b> environment variable.  If <b>RGBDEF</b>
 is not set, Netpbm defaults to the first existing file from this list:
 
 <ol>
+<li><b>/usr/local/netpbm/rgb.txt</b>
+<li><b>/usr/share/netpbm/rgb.txt</b>
+<li><b>/etc/X11/rgb.txt</b>
 <li><b>/usr/lib/X11/rgb.txt</b>
 <li><b>/usr/openwinlib/rgb.txt</b>
 <li><b>/usr/X11R6/lib/X11/rgb.txt</b>
 </ol>
 
+This is the default list; it can vary based on options used when Netbpm is
+built.
+
 <p>You can see the color names from a typical X11 color dictionary,
 which is probably very close to what is on your system, along with the
 colors, <a
-href="http://www.swiss.ai.mit.edu/~jaffer/Color/x11.pdf">here</a>.  <a
-href="http://www.swiss.ai.mit.edu/~jaffer/Color/Dictionaries.html">This
+href="http://people.csail.mit.edu/~jaffer/Color/x11.pdf">here</a>.  <a
+href="http://people.csail.edu/~jaffer/Color/Dictionaries.html">This
 website</a> shows a bunch of other versions you could use.
 
 <p>Netpbm accepts color dictionaries that have multiple colors for a given
diff --git a/ppmhist.html b/ppmhist.html
index e2ba973a..f8674d30 100644
--- a/ppmhist.html
+++ b/ppmhist.html
@@ -132,10 +132,10 @@ Generates the histogram for human reading.  This is the default.
 
 <dt><b>-colorname</b>
 
-<dd>Add the color name to the output.  This is the name from the <a
-href="libppm.html#dictionary">system color dictionary</a>.  If the exact
-color is not in the color dictionary, it is the closest color that is
-in the dictionary and is preceded by a '*'.  If you don't have a 
+<dd>Add the color name to the output.  This is the name from
+the <a href="libppm.html#dictionary">system color dictionary</a>.  If the
+exact color is not in the color dictionary, it is an asterisk followed by the
+name of the closest color that is in the dictionary.  If you don't have a
 system color dictionary, the program fails.
 
 <p>This option was added in Netpbm 10.10 (October 2002).