summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-02-16 22:03:38 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-02-16 22:03:38 +0000
commit6900def77577a9980056412d5f3a6a2d30c0e923 (patch)
tree8d7972a56f05ab5ad399bf5353d179febc38e72c
parent62c62a8423c7d6746f437f46c35499281c39e4dd (diff)
downloadnetpbm-mirror-6900def77577a9980056412d5f3a6a2d30c0e923.tar.gz
netpbm-mirror-6900def77577a9980056412d5f3a6a2d30c0e923.tar.xz
netpbm-mirror-6900def77577a9980056412d5f3a6a2d30c0e923.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4495 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamcat.html4
-rw-r--r--pamenlarge.html2
-rw-r--r--pnmtojpeg.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/pamcat.html b/pamcat.html
index 803e5255..fd1e95d2 100644
--- a/pamcat.html
+++ b/pamcat.html
@@ -48,7 +48,7 @@ output.
 <p>The format of the output image is the highest of the formats of the
   input images, in the order PBM, PGM, PPM, PAM.
 
-<p>For PAM output, if all of the input images has the same tuple type
+<p>For PAM output, if all of the input images have the same tuple type
   (including implied tuple types of PNM images), that is the tuple type of the
   output.  If the inputs differ, but are all visual tuple types, the
   output&apos;s tuple type is the most primitive that can represent all the
@@ -198,7 +198,7 @@ different for each image.
   number of concurrently open files by one process.  16 is a typical number
   for that.
     
-  <p>This option was new in Netpbm 11.00.01 (December 2022).
+  <p>This option was new in Netpbm 11.01 (December 2022).
 
 </dl>
 
diff --git a/pamenlarge.html b/pamenlarge.html
index 172f4e53..8fe73bf7 100644
--- a/pamenlarge.html
+++ b/pamenlarge.html
@@ -7,7 +7,7 @@ Updated: 07 January 2019
 <a href="#index">Table Of Contents</a>
 
 <h2>NAME</h2>
-pamenlarge - Enlarge a Netpbm image N times
+pamenlarge - Enlarge a Netpbm image N times by duplicating pixels
 
 <h2 id="synopsis">SYNOPSIS</h2>
 
diff --git a/pnmtojpeg.html b/pnmtojpeg.html
index b4b842f7..fe32b5b1 100644
--- a/pnmtojpeg.html
+++ b/pnmtojpeg.html
@@ -216,7 +216,7 @@ one image to another.)
 <p><b>-quality=100</b> generates a quantization table of all 1's,
 minimizing loss in the quantization step (but there is still
 information loss in subsampling, as well as roundoff error).  This
-setting is mainly of interest for experimental purposes.  Quality
+setting is of interest mainly for experimental purposes.  Quality
 values above about 95 are <em>not</em> recommended for normal use; the
 compressed file size goes up dramatically for hardly any gain in
 output image quality.