Blame SOURCES/netpbm-docfix.patch

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

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

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

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

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