e211666
diff --git a/userguide/cameratopam.html b/userguide/cameratopam.html
e211666
index 7a6391e..89f6939 100644
e211666
--- a/userguide/cameratopam.html
e211666
+++ b/userguide/cameratopam.html
e211666
@@ -163,7 +163,7 @@ means.
e211666
 href="http://www.cybercom.net/~dcoffin/dcraw/">dcraw by Dave
e211666
 Coffin, by Bryan Henderson in April 2005.  Bryan replaced the part
e211666
 that generates the Netpbm output image and removed the Adobe Photoshop
e211666
-output function.  Bryan changed the command syntax and and made other
e211666
+output function.  Bryan changed the command syntax and made other
e211666
 small changes to make the program consistent with Netpbm.  He also
e211666
 split the source code into manageable pieces (dcraw has a
e211666
 single 5000 line source file).
e211666
diff --git a/userguide/fiascotopnm.html b/userguide/fiascotopnm.html
e211666
index 2cd4f01..f1f1b17 100644
e211666
--- a/userguide/fiascotopnm.html
e211666
+++ b/userguide/fiascotopnm.html
e211666
@@ -76,7 +76,7 @@ Set magnification of the decompressed image. Positive values enlarge
e211666
 and negative values reduce the image width and height by a factor of
e211666
 2^|N|.
e211666
 
e211666
-
-s N, --smooth=N
e211666
+
-s N, --smoothing=N
e211666
 
e211666
 Smooth decompressed image(s) along the partitioning borders by the
e211666
 given amount N. N is 1 (minimum) to 100 (maximum); default
e211666
@@ -88,6 +88,10 @@ FIASCO file is used (defined by the FIASCO coder).
e211666
 Set number of frames per second to N. When using this option,
e211666
 the frame rate specified in the FIASCO file is overridden.
e211666
 
e211666
+
--verbose=N
e211666
+
e211666
+Set verbose of fiascotopnm to N.
e211666
+
e211666
 
-v, --version
e211666
 
e211666
 Print fiascotopnm version number, then exit.
e211666
diff --git a/userguide/pamdepth.html b/userguide/pamdepth.html
e211666
index 1a2b5fd..c188e44 100644
e211666
--- a/userguide/pamdepth.html
e211666
+++ b/userguide/pamdepth.html
e211666
@@ -52,7 +52,7 @@ files before April 2000.
e211666
 pnmdepth, by Jef Poskanzer.  pamdepth is backward compatible
e211666
 with pnmdepth and adds the ability to process arbitrary PAM images
e211666
 and the ability to process multi-image input streams.  pnmdepth
e211666
-handled only PNM images and ignored all but the the first in any stream.
e211666
+handled only PNM images and ignored all but the first in any stream.
e211666
 
e211666
 
e211666
 

Table Of Contents

e211666
diff --git a/userguide/pamdice.html b/userguide/pamdice.html
e211666
index 0659e15..9053113 100644
e211666
--- a/userguide/pamdice.html
e211666
+++ b/userguide/pamdice.html
e211666
@@ -139,7 +139,7 @@ in each direction.
e211666
 pgmslice,
e211666
 ppmglobe
e211666
 pnm
e211666
-pnm
e211666
+pam
e211666
 
e211666
 
e211666
 

Table Of Contents

e211666
diff --git a/userguide/pamstereogram.html b/userguide/pamstereogram.html
e211666
index c337547..652b887 100644
e211666
--- a/userguide/pamstereogram.html
e211666
+++ b/userguide/pamstereogram.html
e211666
@@ -319,7 +319,7 @@ be.  Lower (darker) numbers mean further from the eye.
e211666
 
e211666
 

Input Images

e211666
 
e211666
-

pamstereogram pays no attention the the image's tuple

e211666
+

pamstereogram pays no attention the image's tuple

e211666
 type and ignores all planes other than plane 0.

e211666
 
e211666
 

Like any Netpbm program, pamstereogram will accept PNM

e211666
diff --git a/userguide/pamtofits.html b/userguide/pamtofits.html
e211666
index 445b326..0ecc806 100644
e211666
--- a/userguide/pamtofits.html
e211666
+++ b/userguide/pamtofits.html
e211666
@@ -54,7 +54,7 @@ approximation.
e211666
 

Pixel Order

e211666
 
e211666
 

The FITS specification does not specify which data in the file corresponds

e211666
-to which pixel in the image (i.e. which bytes are the the top left pixel,
e211666
+to which pixel in the image (i.e. which bytes are the top left pixel,
e211666
 etc.).  Netpbm uses the common sense, most popular arrangement: row major, top
e211666
 to bottom, left to right.  That means in a 10 wide by 20 high image, the first
e211666
 10 pixels in the file are the top row and the last 10 are the bottom row.
e211666
diff --git a/userguide/pamtojpeg2k.html b/userguide/pamtojpeg2k.html
e211666
index 06b6113..046d740 100644
e211666
--- a/userguide/pamtojpeg2k.html
e211666
+++ b/userguide/pamtojpeg2k.html
e211666
@@ -181,7 +181,7 @@ its goal is similar to JPEG.  It has two main differences from JPEG.
e211666
 

One difference is that it does a much better job on most images of

e211666
 throwing out information in order to achieve a smaller output.  That
e211666
 means when you reconstruct the image from the resulting compressed
e211666
-file, it looks a lot closer to the image you started with with
e211666
+file, it looks a lot closer to the image you started with
e211666
 JPEG-2000 than with JPEG, for the same compressed file size.  Or, looked
e211666
 at another way, with JPEG-2000 you get a much smaller file than with 
e211666
 JPEG for the same image quality.
e211666
diff --git a/userguide/pamtotiff.html b/userguide/pamtotiff.html
e211666
index f07d227..c7a48a0 100644
e211666
--- a/userguide/pamtotiff.html
e211666
+++ b/userguide/pamtotiff.html
e211666
@@ -124,7 +124,7 @@ format it produces are therefore controlled by that library.
e211666
 

By default, pamtotiff creates a TIFF file with no

e211666
 compression.  This is your best bet most of the time.  If you want to
e211666
 try another compression scheme or tweak some of the other even more
e211666
-obscure output options, there are a number of options which which to
e211666
+obscure output options, there are a number of options which to
e211666
 play.
e211666
 
e211666
 

Before Netpbm 8.4 (April 2000), the default was to use LZW compression.

e211666
diff --git a/userguide/pamtouil.html b/userguide/pamtouil.html
e211666
index 1074119..6c2356b 100644
e211666
--- a/userguide/pamtouil.html
e211666
+++ b/userguide/pamtouil.html
e211666
@@ -57,7 +57,7 @@ in the RGB database.
e211666
  
e211666
 

SEE ALSO

e211666
 
e211666
-pam
e211666
+pamstack
e211666
 pam
e211666
 ppm
e211666
 
e211666
diff --git a/userguide/pamundice.html b/userguide/pamundice.html
e211666
index 2b789b4..bf366d6 100644
e211666
--- a/userguide/pamundice.html
e211666
+++ b/userguide/pamundice.html
e211666
@@ -208,7 +208,7 @@ clips the bottom edge of each image before joining it to the one below.
e211666
 pnmindex,
e211666
 pnmtile,
e211666
 pnm
e211666
-pnm
e211666
+pam
e211666
 
e211666
 
e211666
 

Table Of Contents

e211666
diff --git a/userguide/pbm.html b/userguide/pbm.html
e211666
index 63dfa40..7db4886 100644
e211666
--- a/userguide/pbm.html
e211666
+++ b/userguide/pbm.html
e211666
@@ -136,7 +136,7 @@ P1
e211666
 accepting anything that looks remotely like a bitmap.
e211666
 
e211666
 

All characters referred to herein are encoded in ASCII.

e211666
-"newline" refers the the character known in ASCII as Line
e211666
+"newline" refers the character known in ASCII as Line
e211666
 Feed or LF.  A "white space" character is space, CR, LF,
e211666
 TAB, VT, or FF (I.e. what the ANSI standard C isspace() function
e211666
 calls white space).
e211666
diff --git a/userguide/pbmtolj.html b/userguide/pbmtolj.html
e211666
index ce7e9bb..6da4555 100644
e211666
--- a/userguide/pbmtolj.html
e211666
+++ b/userguide/pbmtolj.html
e211666
@@ -83,7 +83,7 @@ and end of the output file.
e211666
 
e211666
 
-copies
e211666
 
e211666
-
Specifies the the number of copies. The default is 1. This option
e211666
+
Specifies the number of copies. The default is 1. This option
e211666
 controls the "number of copies" printer control;
e211666
 pbmtolj generates only one copy of the image.
e211666
 
e211666
diff --git a/userguide/pgm.html b/userguide/pgm.html
e211666
index d75c9ef..7df1abc 100644
e211666
--- a/userguide/pgm.html
e211666
+++ b/userguide/pgm.html
e211666
@@ -153,7 +153,7 @@ P2
e211666
 accepting anything that looks remotely like a PGM.
e211666
 
e211666
 

All characters referred to herein are encoded in ASCII.

e211666
-"newline" refers the the character known in ASCII as Line
e211666
+"newline" refers the character known in ASCII as Line
e211666
 Feed or LF.  A "white space" character is space, CR, LF,
e211666
 TAB, VT, or FF (I.e. what the ANSI standard C isspace() function
e211666
 calls white space).
e211666
diff --git a/userguide/pngtopam.html b/userguide/pngtopam.html
e211666
index 8185843..09406ef 100644
e211666
--- a/userguide/pngtopam.html
e211666
+++ b/userguide/pngtopam.html
e211666
@@ -269,7 +269,7 @@ change to the package in Netpbm's renaissance.  It and pnmtopng
e211666
 were simply copied from the 
e211666
 href="http://www.libpng.org/pub/png/apps/pnmtopng.html">
e211666
 pnmtopng package by Greg Roelofs.  Those were based on
e211666
-simpler reference applications by by Alexander Lehmann
e211666
+simpler reference applications by Alexander Lehmann
e211666
 <alex@hal.rhein-main.de> and Willem van Schaik
e211666
 <willem@schaik.com> and distributed with their PNG library.
e211666
 
e211666
diff --git a/userguide/pnmnorm.html b/userguide/pnmnorm.html
e211666
index c4d2558..5d3ca49 100644
e211666
--- a/userguide/pnmnorm.html
e211666
+++ b/userguide/pnmnorm.html
e211666
@@ -146,7 +146,7 @@ value 99 or the white value 101.
e211666
 option.  Sometimes, too much contrast is a bad thing.  If your
e211666
 intensities are all concentrated in the middle, -bpercent=2 and
e211666
 -wpercent=1 might mean that an intensity of 60 gets stretched
e211666
-up to 100 and and intensity of 20 gets stretched down to zero, for a
e211666
+up to 100 and intensity of 20 gets stretched down to zero, for a
e211666
 range expansion of 150% (from a range of 40 to a range of 100).  That
e211666
 much stretching means two adjacent pixels that used to differ in
e211666
 intensity by 4 units now differ by 10, and that might be unsightly.
e211666
diff --git a/userguide/pnmtopalm.html b/userguide/pnmtopalm.html
e211666
index 94aa6ff..9ca9c0d 100644
e211666
--- a/userguide/pnmtopalm.html
e211666
+++ b/userguide/pnmtopalm.html
e211666
@@ -164,7 +164,7 @@ the -colormap option, for much the same reason.
e211666
 
e211666
 
-withdummy
e211666
 
e211666
-This option tells pnmtopalm to put in the stream, after after
e211666
+This option tells pnmtopalm to put in the stream, after
e211666
 the image, a dummy image header to introduce subsequent high density
e211666
 images.
e211666
 
e211666
diff --git a/userguide/ppm.html b/userguide/ppm.html
e211666
index c71aaa4..8e7a111 100644
e211666
--- a/userguide/ppm.html
e211666
+++ b/userguide/ppm.html
e211666
@@ -158,7 +158,7 @@ P3
e211666
 accepting anything that looks remotely like a PPM image.
e211666
 
e211666
 

All characters referred to herein are encoded in ASCII.

e211666
-"newline" refers the the character known in ASCII as Line
e211666
+"newline" refers the character known in ASCII as Line
e211666
 Feed or LF.  A "white space" character is space, CR, LF,
e211666
 TAB, VT, or FF (I.e. what the ANSI standard C isspace() function
e211666
 calls white space).
e211666
diff --git a/userguide/ppmtompeg.html b/userguide/ppmtompeg.html
e211666
index 4fa4a53..99efed9 100644
e211666
--- a/userguide/ppmtompeg.html
e211666
+++ b/userguide/ppmtompeg.html
e211666
@@ -1023,7 +1023,7 @@ without respect to any other frame in the movie.  A P frame
e211666
 ("predictive" frame) describes a movie frame by describing how it
e211666
 differs from the movie frame described by the latest preceding I  or
e211666
 P frame.  A B frame ("bidirectional" frame) describes a movie frame by
e211666
-describing how it differs from the the movie frames described by the
e211666
+describing how it differs from the movie frames described by the
e211666
 nearest I or P frame before and after it.
e211666
 
e211666
 

Note that the first frame of a movie must be described by an I

e211666
diff --git a/userguide/ppmtopj.html b/userguide/ppmtopj.html
e211666
index c07c1d9..b50be28 100644
e211666
--- a/userguide/ppmtopj.html
e211666
+++ b/userguide/ppmtopj.html
e211666
@@ -61,7 +61,7 @@ You could convert your input to this format like this:
e211666
     pnmremap -map 8color.pam testimg.pam | ppmtopj
e211666
 
e211666
 
e211666
-Or you could use use
e211666
+Or you could use 
e211666
 
e211666
     ppmdither -red 2 -green 2 -blue 2
e211666
 
e211666
diff --git a/userguide/qrttoppm.html b/userguide/qrttoppm.html
e211666
index b6bf976..112bf50 100644
e211666
--- a/userguide/qrttoppm.html
e211666
+++ b/userguide/qrttoppm.html
e211666
@@ -22,7 +22,7 @@ qrttoppm - convert output from the QRT ray tracer to a PPM image
e211666
 
e211666
 

This program is part of Netpbm.

e211666
 
e211666
-

qrttoppm reads a QRT file as input and and produces a PPM

e211666
+

qrttoppm reads a QRT file as input and produces a PPM

e211666
 image as output.
e211666
 
e211666
  
e211666
diff --git a/userguide/sbigtopgm.html b/userguide/sbigtopgm.html
e211666
index 400bcaf..78f9454 100644
e211666
--- a/userguide/sbigtopgm.html
e211666
+++ b/userguide/sbigtopgm.html
e211666
@@ -22,7 +22,7 @@ sbigtopgm - convert an SBIG CCDOPS file to PGM
e211666
 
e211666
 

This program is part of Netpbm.

e211666
 
e211666
-

sbigtopgm reads an an image file in the native format used

e211666
+

sbigtopgm reads an image file in the native format used

e211666
 by the Santa Barbara Instrument Group (SBIG) astronomical CCD cameras,
e211666
 and produces a PGM image as output.  Additional information on SBIG
e211666
 cameras and documentation of the file format is available at the Web
e211666
diff --git a/userguide/srftopam.html b/userguide/srftopam.html
e211666
index b27f133..c98586f 100644
e211666
--- a/userguide/srftopam.html
e211666
+++ b/userguide/srftopam.html
e211666
@@ -30,7 +30,7 @@
e211666
 
e211666
 

This program is part of Netpbm.

e211666
 
e211666
-

srftopam reads a a SRF image file as input and produces a

e211666
+

srftopam reads a SRF image file as input and produces a

e211666
 multi-image stream of PAM images as output.
e211666
 
e211666
 

This program performs the inverse of the conversion that pamtosrf

e211666
diff --git a/userguide/sunicontopnm.html b/userguide/sunicontopnm.html
e211666
index 6ccbcde..0290f7b 100644
e211666
--- a/userguide/sunicontopnm.html
e211666
+++ b/userguide/sunicontopnm.html
e211666
@@ -54,7 +54,7 @@ mostly XPM files.
e211666
 xbmtoppm,
e211666
 infotopam,
e211666
 pbm
e211666
-pbm
e211666
+pgm
e211666
 
e211666
 

HISTORY

e211666
 
e211666
diff --git a/userguide/xpmtoppm.html b/userguide/xpmtoppm.html
e211666
index c7c857b..f96b249 100644
e211666
--- a/userguide/xpmtoppm.html
e211666
+++ b/userguide/xpmtoppm.html
e211666
@@ -46,7 +46,7 @@ alpha output to Standard Output and discards the image.
e211666
 the alpha output file.
e211666
 
e211666
 

xpmtoppm can't handle a line longer than 8K characters in

e211666
-the the XPM input.  If an input line exceeds this limit,
e211666
+the XPM input.  If an input line exceeds this limit,
e211666
 xpmtoppm quits with an error message to that effect.  Before
e211666
 Netpbm 10.30 (October 2005), the limit was 2K.
e211666