d968e0
diff -urNp old/userguide/cameratopam.html new/userguide/cameratopam.html
d968e0
--- old/userguide/cameratopam.html	2017-09-05 09:05:16.000000000 +0200
d968e0
+++ new/userguide/cameratopam.html	2017-09-05 13:16:33.622352535 +0200
d968e0
@@ -25,10 +25,10 @@ cameratopam - convert raw camera image t
d968e0
 [-balance_camera]
d968e0
 [-red_scale=float]
d968e0
 [-blue_scale=float]
d968e0
-[-brightness=fraction]
d968e0
+[-bright=fraction]
d968e0
 [-no_clip_color]
d968e0
 [-rgb]
d968e0
-[-secondary]
d968e0
+[-use_secondary]
d968e0
 [-linear]
d968e0
 [-verbose]
d968e0
 
d968e0
@@ -106,7 +106,7 @@ the default.
d968e0
 
Further adjust the color balance by multiplying the red and blue
d968e0
 channels by these values.  Both default to 1.0.
d968e0
 
d968e0
-
-brightness=float
d968e0
+
-bright=float
d968e0
 
d968e0
 
Change the output brightness. Default is 1.0.
d968e0
 
d968e0
@@ -114,14 +114,14 @@ channels by these values.  Both default
d968e0
 
d968e0
 
By default, cameratoapm clips all colors to prevent pink
d968e0
 hues in the highlights.  Combine this option with
d968e0
--brightness=0.25 to leave the image data completely unclipped.
d968e0
+-bright=0.25 to leave the image data completely unclipped.
d968e0
 
d968e0
 
-rgb
d968e0
 
d968e0
 
Write raw camera colors to the output file. By default,
d968e0
 cameratoapm converts to sRGB colorspace.
d968e0
 
d968e0
-
-secondary
d968e0
+
-use_secondary
d968e0
 
d968e0
 
For cameras based on the Fuji Super CCD SR, this option causes
d968e0
 cameratopam to use the secondary sensors, in effect
d968e0
diff -urNp old/userguide/fiascotopnm.html new/userguide/fiascotopnm.html
d968e0
--- old/userguide/fiascotopnm.html	2017-09-05 09:05:16.000000000 +0200
d968e0
+++ new/userguide/fiascotopnm.html	2017-09-05 13:32:51.810458154 +0200
d968e0
@@ -51,7 +51,7 @@ the output file(s) are written to the fi
d968e0
 this list. Otherwise, the current directory is used to store the
d968e0
 output file(s).
d968e0
 
d968e0
-
-z, --fast
d968e0
+
-r, --fast
d968e0
 
d968e0
 Decompress images in the 4:2:0 format; i.e., each chroma channel is
d968e0
 decompressed to an image of halved width and height. Use this option
d968e0
@@ -83,7 +83,7 @@ given amount N. N is 1 (mi
d968e0
 is 70. When N=0, then the smoothing amount specified in the
d968e0
 FIASCO file is used (defined by the FIASCO coder).
d968e0
 
d968e0
-
-F N, --fps=N
d968e0
+
-F N, --framerate=N
d968e0
 
d968e0
 Set number of frames per second to N. When using this option,
d968e0
 the frame rate specified in the FIASCO file is overridden.
d968e0
@@ -113,13 +113,8 @@ following methods (in the specified orde
d968e0
 
  • --config=name
  • d968e0
     
    d968e0
     
    d968e0
    -
    -h, --info
    d968e0
    -
    d968e0
    -Print brief help, then exit.
    d968e0
    -
    d968e0
    -
    -H, --help
    d968e0
    -
    d968e0
    -Print detailed help, then exit.
    d968e0
    +
    -h, --help
    d968e0
    +Print help, then exit.
    d968e0
     
    d968e0
     
    d968e0
     
    d968e0
    diff -urNp old/userguide/pamperspective.html new/userguide/pamperspective.html
    d968e0
    --- old/userguide/pamperspective.html	2017-09-05 09:05:16.000000000 +0200
    d968e0
    +++ new/userguide/pamperspective.html	2017-09-05 13:23:15.869997105 +0200
    d968e0
    @@ -220,7 +220,7 @@ default rectangle as the "frame." The vi
    d968e0
     a rectangle the axes of which are parallel to those of the frame.
    d968e0
     
    d968e0
     

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

    d968e0
    -specified by either margin options, --include_frame, or
    d968e0
    +specified by either margin options, --frame_include, or
    d968e0
     --include (or their defaults) are in the visible part.  The
    d968e0
     visible part is the smallest possible rectangle that contains the
    d968e0
     parts specified those three ways.
    d968e0
    diff -urNp old/converter/pbm/pbmtoepson.c new/converter/pbm/pbmtoepson.c
    d968e0
    --- old/converter/pbm/pbmtoepson.c	2018-01-04 14:26:14.740024843 +0100
    d968e0
    +++ new/converter/pbm/pbmtoepson.c	2018-01-04 14:28:47.970518766 +0100
    d968e0
    @@ -75,7 +75,7 @@ parseCommandLine(int                  ar
    d968e0
                 &dpiSpec,                         0);
    d968e0
         OPTENT3(0, "adjacent",     OPT_FLAG,     NULL,
    d968e0
                 &adjacentSpec,                    0);
    d968e0
    -    OPTENT3(0, "nonadjacent",  OPT_FLAG,     NULL,
    d968e0
    +    OPTENT3(0, "noadjacent",  OPT_FLAG,     NULL,
    d968e0
                 &nonadjacentSpec,                 0);
    d968e0
     
    d968e0
         opt.opt_table = option_def;
    d968e0
    diff -urNp old/userguide/pbmtoepson.html new/userguide/pbmtoepson.html
    d968e0
    --- old/userguide/pbmtoepson.html	2018-01-04 14:26:14.586024719 +0100
    d968e0
    +++ new/userguide/pbmtoepson.html	2018-01-04 14:27:56.466847698 +0100
    d968e0
    @@ -18,7 +18,7 @@ pbmtoepson - convert a PBM image into Ep
    d968e0
     [-dpi=n]
    d968e0
     [-protocol={escp9|escp}]
    d968e0
     [-adjacent]
    d968e0
    -[-nonadjacent]
    d968e0
    +[-noadjacent]
    d968e0
     
    d968e0
     [pbmfile]
    d968e0
     
    d968e0
    @@ -74,7 +74,7 @@ print density for you consistent with yo
    d968e0
     

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

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