diff -up netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix netpbm-10.35.58/converter/pbm/pbmtoepson.c
--- netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix 2009-01-19 09:24:03.000000000 +0100
+++ netpbm-10.35.58/converter/pbm/pbmtoepson.c 2009-04-15 09:10:52.000000000 +0200
@@ -74,7 +74,7 @@ parseCommandLine(int arg
&dpiSpec, 0);
OPTENT3(0, "adjacent", OPT_FLAG, NULL,
&adjacentSpec, 0);
- OPTENT3(0, "nonadjacent", OPT_FLAG, NULL,
+ OPTENT3(0, "noadjacent", OPT_FLAG, NULL,
&nonadjacentSpec, 0);
opt.opt_table = option_def;
diff -up netpbm-10.35.58/userguide/cameratopam.html.docfix netpbm-10.35.58/userguide/cameratopam.html
--- netpbm-10.35.58/userguide/cameratopam.html.docfix 2009-01-19 09:24:18.000000000 +0100
+++ netpbm-10.35.58/userguide/cameratopam.html 2009-04-15 09:16:16.000000000 +0200
@@ -25,10 +25,10 @@ cameratopam - convert raw camera image t
[-balance_camera]
[-red_scale=float]
[-blue_scale=float]
-[-brightness=fraction]
+[-bright=fraction]
[-no_clip_color]
[-rgb]
-[-secondary]
+[-use_secondary]
[-linear]
[-verbose]
@@ -106,7 +106,7 @@ the default.
Further adjust the color balance by multiplying the red and blue
channels by these values. Both default to 1.0.
--brightness=float
+-bright=float
Change the output brightness. Default is 1.0.
@@ -114,14 +114,14 @@ channels by these values. Both default
By default, cameratoapm clips all colors to prevent pink
hues in the highlights. Combine this option with
--brightness=0.25 to leave the image data completely unclipped.
+-bright=0.25 to leave the image data completely unclipped.
-rgb
Write raw camera colors to the output file. By default,
cameratoapm converts to sRGB colorspace.
--secondary
+-use_secondary
For cameras based on the Fuji Super CCD SR, this option causes
cameratopam to use the secondary sensors, in effect
diff -up netpbm-10.35.58/userguide/fiascotopnm.html.docfix netpbm-10.35.58/userguide/fiascotopnm.html
--- netpbm-10.35.58/userguide/fiascotopnm.html.docfix 2009-01-19 09:24:18.000000000 +0100
+++ netpbm-10.35.58/userguide/fiascotopnm.html 2009-04-15 09:10:52.000000000 +0200
@@ -51,7 +51,7 @@ the output file(s) are written to the fi
this list. Otherwise, the current directory is used to store the
output file(s).
--z, --fast
+-r, --fast
Decompress images in the 4:2:0 format; i.e., each chroma channel is
decompressed to an image of halved width and height. Use this option
@@ -83,7 +83,7 @@ given amount N. N is 1 (mi
is 70. When N=0, then the smoothing amount specified in the
FIASCO file is used (defined by the FIASCO coder).
--F N, --fps=N
+-F N, --framerate=N
Set number of frames per second to N. When using this option,
the frame rate specified in the FIASCO file is overridden.
@@ -109,13 +109,9 @@ following methods (in the specified orde
--config=name
--h, --info
+-h, --help
-Print brief help, then exit.
-
--H, --help
-
-Print detailed help, then exit.
+Print help, then exit.
diff -up netpbm-10.47.12/userguide/pamperspective.html.docfix netpbm-10.47.12/userguide/pamperspective.html
--- netpbm-10.47.12/userguide/pamperspective.html.docfix 2010-04-27 15:48:09.000000000 +0200
+++ netpbm-10.47.12/userguide/pamperspective.html 2010-05-03 14:16:26.064266675 +0200
@@ -220,7 +220,7 @@ default rectangle as the "frame.&qu
a rectangle the axes of which are parallel to those of the frame.
The frame options are additive. All the parts of the image
-specified by either margin options, --include_frame, or
+specified by either margin options, --frame_include, or
--include (or their defaults) are in the visible part. The
visible part is the smallest possible rectangle that contains the
parts specified those three ways.
diff -up netpbm-10.47.12/userguide/pbmtoepson.html.docfix netpbm-10.47.12/userguide/pbmtoepson.html
--- netpbm-10.47.12/userguide/pbmtoepson.html.docfix 2010-04-27 15:48:09.000000000 +0200
+++ netpbm-10.47.12/userguide/pbmtoepson.html 2010-05-03 14:34:03.571141020 +0200
@@ -18,7 +18,7 @@ pbmtoepson - convert a PBM image into Ep
[-dpi=n]
[-protocol={escp9|escp}]
[-adjacent]
-[-nonadjacent]
+[-noadjacent]
[pbmfile]
@@ -74,7 +74,7 @@ print density for you consistent with yo
This option was new in Netpbm 10.23 (July 2004).
-adjacent
--nonadjacent
+-noadjacent
These options determine whether the output uses "adjacent dot
printing" or not, whatever that is.