cdf6099
diff -up netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix netpbm-10.35.58/converter/pbm/pbmtoepson.c
cdf6099
--- netpbm-10.35.58/converter/pbm/pbmtoepson.c.docfix	2009-01-19 09:24:03.000000000 +0100
cdf6099
+++ netpbm-10.35.58/converter/pbm/pbmtoepson.c	2009-04-15 09:10:52.000000000 +0200
cdf6099
@@ -74,7 +74,7 @@ parseCommandLine(int                 arg
cdf6099
             &dpiSpec,                    0);
cdf6099
     OPTENT3(0, "adjacent",   OPT_FLAG,   NULL,
cdf6099
             &adjacentSpec,                    0);
cdf6099
-    OPTENT3(0, "nonadjacent",   OPT_FLAG,   NULL,
cdf6099
+    OPTENT3(0, "noadjacent",   OPT_FLAG,   NULL,
cdf6099
             &nonadjacentSpec,                    0);
cdf6099
 
cdf6099
     opt.opt_table = option_def;
cdf6099
diff -up netpbm-10.35.58/userguide/cameratopam.html.docfix netpbm-10.35.58/userguide/cameratopam.html
cdf6099
--- netpbm-10.35.58/userguide/cameratopam.html.docfix	2009-01-19 09:24:18.000000000 +0100
cdf6099
+++ netpbm-10.35.58/userguide/cameratopam.html	2009-04-15 09:16:16.000000000 +0200
cdf6099
@@ -25,10 +25,10 @@ cameratopam - convert raw camera image t
cdf6099
 [-balance_camera]
cdf6099
 [-red_scale=float]
cdf6099
 [-blue_scale=float]
cdf6099
-[-brightness=fraction]
cdf6099
+[-bright=fraction]
cdf6099
 [-no_clip_color]
cdf6099
 [-rgb]
cdf6099
-[-secondary]
cdf6099
+[-use_secondary]
cdf6099
 [-linear]
cdf6099
 [-verbose]
cdf6099
 
cdf6099
@@ -106,7 +106,7 @@ the default.
cdf6099
 
Further adjust the color balance by multiplying the red and blue
cdf6099
 channels by these values.  Both default to 1.0.
cdf6099
 
cdf6099
-
-brightness=float
cdf6099
+
-bright=float
cdf6099
 
cdf6099
 
Change the output brightness. Default is 1.0.
cdf6099
 
cdf6099
@@ -114,14 +114,14 @@ channels by these values.  Both default 
cdf6099
 
cdf6099
 
By default, cameratoapm clips all colors to prevent pink
cdf6099
 hues in the highlights.  Combine this option with
cdf6099
--brightness=0.25 to leave the image data completely unclipped.
cdf6099
+-bright=0.25 to leave the image data completely unclipped.
cdf6099
 
cdf6099
 
-rgb
cdf6099
 
cdf6099
 
Write raw camera colors to the output file. By default,
cdf6099
 cameratoapm converts to sRGB colorspace.
cdf6099
 
cdf6099
-
-secondary
cdf6099
+
-use_secondary
cdf6099
 
cdf6099
 
For cameras based on the Fuji Super CCD SR, this option causes
cdf6099
 cameratopam to use the secondary sensors, in effect
cdf6099
diff -up netpbm-10.35.58/userguide/fiascotopnm.html.docfix netpbm-10.35.58/userguide/fiascotopnm.html
cdf6099
--- netpbm-10.35.58/userguide/fiascotopnm.html.docfix	2009-01-19 09:24:18.000000000 +0100
cdf6099
+++ netpbm-10.35.58/userguide/fiascotopnm.html	2009-04-15 09:10:52.000000000 +0200
cdf6099
@@ -51,7 +51,7 @@ the output file(s) are written to the fi
cdf6099
 this list. Otherwise, the current directory is used to store the
cdf6099
 output file(s).
cdf6099
 
cdf6099
-
-z, --fast
cdf6099
+
-r, --fast
cdf6099
 
cdf6099
 Decompress images in the 4:2:0 format; i.e., each chroma channel is
cdf6099
 decompressed to an image of halved width and height. Use this option
cdf6099
@@ -83,7 +83,7 @@ given amount N. N is 1 (mi
cdf6099
 is 70. When N=0, then the smoothing amount specified in the
cdf6099
 FIASCO file is used (defined by the FIASCO coder).
cdf6099
 
cdf6099
-
-F N, --fps=N
cdf6099
+
-F N, --framerate=N
cdf6099
 
cdf6099
 Set number of frames per second to N. When using this option,
cdf6099
 the frame rate specified in the FIASCO file is overridden.
cdf6099
@@ -109,13 +109,9 @@ following methods (in the specified orde
cdf6099
 
  • --config=name
  • cdf6099
     
    cdf6099
     
    cdf6099
    -
    -h, --info
    cdf6099
    +
    -h, --help
    cdf6099
     
    cdf6099
    -Print brief help, then exit.
    cdf6099
    -
    cdf6099
    -
    -H, --help
    cdf6099
    -
    cdf6099
    -Print detailed help, then exit.
    cdf6099
    +Print help, then exit.
    cdf6099
     
    cdf6099
     
    cdf6099
     
    7d3e28c
    diff -up netpbm-10.47.12/userguide/pamperspective.html.docfix netpbm-10.47.12/userguide/pamperspective.html
    7d3e28c
    --- netpbm-10.47.12/userguide/pamperspective.html.docfix        2010-04-27 15:48:09.000000000 +0200
    7d3e28c
    +++ netpbm-10.47.12/userguide/pamperspective.html       2010-05-03 14:16:26.064266675 +0200
    7d3e28c
    @@ -220,7 +220,7 @@ default rectangle as the "frame.&qu
    7d3e28c
     a rectangle the axes of which are parallel to those of the frame.
    7d3e28c
     
    7d3e28c
     

    The frame options are additive. All the parts of the image

    7d3e28c
    -specified by either margin options, --include_frame, or
    7d3e28c
    +specified by either margin options, --frame_include, or
    7d3e28c
     --include (or their defaults) are in the visible part.  The
    7d3e28c
     visible part is the smallest possible rectangle that contains the
    7d3e28c
     parts specified those three ways.
    7d3e28c
    diff -up netpbm-10.47.12/userguide/pbmtoepson.html.docfix netpbm-10.47.12/userguide/pbmtoepson.html
    7d3e28c
    --- netpbm-10.47.12/userguide/pbmtoepson.html.docfix    2010-04-27 15:48:09.000000000 +0200
    7d3e28c
    +++ netpbm-10.47.12/userguide/pbmtoepson.html   2010-05-03 14:34:03.571141020 +0200
    7d3e28c
    @@ -18,7 +18,7 @@ pbmtoepson - convert a PBM image into Ep
    7d3e28c
     [-dpi=n]
    7d3e28c
     [-protocol={escp9|escp}]
    7d3e28c
     [-adjacent]
    7d3e28c
    -[-nonadjacent]
    7d3e28c
    +[-noadjacent]
    7d3e28c
     
    7d3e28c
     [pbmfile]
    7d3e28c
     
    7d3e28c
    @@ -74,7 +74,7 @@ print density for you consistent with yo
    7d3e28c
     

    This option was new in Netpbm 10.23 (July 2004).

    7d3e28c
     
    7d3e28c
     
    -adjacent
    7d3e28c
    -
    -nonadjacent
    7d3e28c
    +
    -noadjacent
    7d3e28c
     
    7d3e28c
     
    These options determine whether the output uses "adjacent dot
    7d3e28c
     printing" or not, whatever that is.