Blame SOURCES/netpbm-docfix.patch

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

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

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

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

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