diff -urNp old/userguide/cameratopam.html new/userguide/cameratopam.html --- old/userguide/cameratopam.html 2017-09-05 09:05:16.000000000 +0200 +++ new/userguide/cameratopam.html 2017-09-05 13:16:33.622352535 +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.
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 -urNp old/converter/pbm/pbmtoepson.c new/converter/pbm/pbmtoepson.c --- old/converter/pbm/pbmtoepson.c 2018-01-04 14:26:14.740024843 +0100 +++ new/converter/pbm/pbmtoepson.c 2018-01-04 14:28:47.970518766 +0100 @@ -75,7 +75,7 @@ parseCommandLine(int ar &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 -urNp old/userguide/pbmtoepson.html new/userguide/pbmtoepson.html --- old/userguide/pbmtoepson.html 2018-01-04 14:26:14.586024719 +0100 +++ new/userguide/pbmtoepson.html 2018-01-04 14:27:56.466847698 +0100 @@ -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).