summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-08-04 17:18:19 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2024-08-04 17:18:19 +0000
commit641eef8f4d118ff3acc008d07b34400ea605e023 (patch)
tree1f9d742f42ebc8baeda632450ec056d2a4ef9c4c
parentbe47897961939efd730d204f24e3a201dc5b9997 (diff)
downloadnetpbm-mirror-641eef8f4d118ff3acc008d07b34400ea605e023.tar.gz
netpbm-mirror-641eef8f4d118ff3acc008d07b34400ea605e023.tar.xz
netpbm-mirror-641eef8f4d118ff3acc008d07b34400ea605e023.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4928 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--libppm.html12
-rw-r--r--pamseq.html11
-rw-r--r--pamtojpeg2k.html4
-rw-r--r--pbmtext.html14
-rw-r--r--ppmglobe.html2
5 files changed, 21 insertions, 22 deletions
diff --git a/libppm.html b/libppm.html
index 8e628316..a00612f8 100644
--- a/libppm.html
+++ b/libppm.html
@@ -488,12 +488,12 @@ is not set, Netpbm defaults to the first existing file from this list:
 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://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>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, on
+the <a href="http://people.csail.mit.edu/~jaffer/Color/x11.pdf">Aubrey
+Jaffer&apos;s website</a>.  Jaffer also index a bunch
+of <a href="http://people.csail.edu/~jaffer/Color/Dictionaries">other
+versions</a> you could use.
 
 <p>Netpbm accepts color dictionaries that have multiple colors for a given
 name and multiple names for a given color.  Entries in a color dictionary are
diff --git a/pamseq.html b/pamseq.html
index f46948aa..47d505c7 100644
--- a/pamseq.html
+++ b/pamseq.html
@@ -3,7 +3,7 @@
 <body>
 <h1>pamseq</h1>
 <br>
-Updated: 30 April 2022
+Updated: 4 August 2024
 <br>
 <a href="#index">Table Of Contents</a>
 
@@ -125,8 +125,8 @@ It can be any string up to 255 characters.
   <p>This option was new in Netpbm 10.99 (June 2022).
 
 <dt><b>-max=</b><i>n</i><b>,</b><i>n</i><b>,</b>...
-  <p>This is analogous to <b>-min</b>, giving the ending value for the
-    sequence.
+  <p>This is analogous to <b>-min</b>, giving the stopping value for the
+    sequence.  The sequence will have no value higher than this.
 
   <p>Each value must be at least as great as the corresponding <b>-min</b>
     value.
@@ -141,7 +141,10 @@ It can be any string up to 255 characters.
 
     <p>Each value must be positive and no greater than the maxval.
 
-    <p>The default is 1.
+    <p>Where the starting (<b>-min</b>) and stopping (<b>-max</b>) values are
+      the same, the step value has no effect, but still must be valid.
+
+    <p>The default is 1 in every plane.
     
   <p>This option was new in Netpbm 10.99 (June 2022).
 
diff --git a/pamtojpeg2k.html b/pamtojpeg2k.html
index b76a3fe7..4d164446 100644
--- a/pamtojpeg2k.html
+++ b/pamtojpeg2k.html
@@ -105,8 +105,8 @@ Netpbm library to read and write the Netpbm formats, it doesn't do as
 good a job on that side.
 
 <p>Another format with goals similar to those of JPEG-2000 but that allows for
-faster encoding and decoding, is
-JPEG-LS.  <a href="http://charls.codeplex.com">CharLS</a> is a package of
+faster encoding and decoding, is <a href="jpeg.org/jpegls">JPEG-LS</a>.
+<a href="http://github.com/team-charls/charls">CharLS</a> is a package of
 software for using JPEG-LS.
 
 
diff --git a/pbmtext.html b/pbmtext.html
index 9bc59a5e..ae8d5315 100644
--- a/pbmtext.html
+++ b/pbmtext.html
@@ -277,15 +277,11 @@ fonts with <b>-wchar</b>.
 
 <h3>BDF Font</h3>
 
-<p>BDF is an ancient font format that at one time was standard for the
-X Window System.  Now, you don't see it very often, but you can find
-some BDF fonts on the <a
-href="http://cvsweb.xfree86.org/cvsweb/xc/fonts/bdf/">Xfree86</a>
-web site.
-
-<p>You can get the full package of the BDF fonts from XFree86 (see
-above) from the <a
-href="http://netpbm.sourceforge.net/bdffont.tgz">Netpbm web site</a>.
+<p>BDF is an ancient font format that at one time was standard for the X
+Window System.  Now, you don't see it very often.  Until about 2024, you could
+find some BDF fonts on the Xfree86 web site.  Today, you can get the full
+package of the BDF fonts from XFree86 from
+the <a href="http://netpbm.sourceforge.net/bdffont.tgz">Netpbm web site</a>.
 
 <h3>PBM Font</h3>
 
diff --git a/ppmglobe.html b/ppmglobe.html
index 1909b796..258b92d8 100644
--- a/ppmglobe.html
+++ b/ppmglobe.html
@@ -59,7 +59,7 @@ for use in navigation, because you can draw straight compass courses
 on it, but is used today because it is pretty.
 
 <p>You can find maps of planets at <a
-href="http://maps.jpl.nasa.gov">maps.jpl.nasa.gov</a>.
+href="http://space.jpl.nasa.gov">space.jpl.nasa.gov</a>.
 
 <h2 id="parameters">PARAMETERS</h2>