Blame SOURCES/enscript-manfixes.patch

f8ec88
diff -up enscript-1.6.6/docs/enscript.man.manfixes enscript-1.6.6/docs/enscript.man
f8ec88
--- enscript-1.6.6/docs/enscript.man.manfixes	2011-10-30 17:48:42.000000000 +0100
f8ec88
+++ enscript-1.6.6/docs/enscript.man	2013-04-04 13:26:50.257945126 +0200
f8ec88
@@ -394,6 +394,9 @@ generate RTF (Rich Text Format)
f8ec88
 generate ANSI terminal control codes
f8ec88
 .RE
f8ec88
 .TP 8
f8ec88
+.B \-W, \-\-option=\f2app,option\f3
f8ec88
+Pass option \f2option\f3 to helper application \f2app\f3
f8ec88
+.TP 8
f8ec88
 .B \-X \f2name\f3, \-\-encoding=\f2name\f3
f8ec88
 Use the input encoding \f2name\f1.  Currently \f3enscript\f1 supports
f8ec88
 the following encodings:
f8ec88
@@ -471,6 +474,10 @@ cookies from the beginning of the file.
f8ec88
 .B \-\-color\f1[\f3=\f2bool\f1]\f3
f8ec88
 Use colors in the highlighting outputs.
f8ec88
 .TP 8
f8ec88
+.B \-\-continuous\-page\-numbers
f8ec88
+Count page numbers across input files. Don't restart numbering at
f8ec88
+beginning of each file.
f8ec88
+.TP 8
f8ec88
 .B \-\-download\-font=\f2fontname\f3
f8ec88
 Include the font description file (\f2.pfa\f1 or \f2.pfb\f1 file) of
f8ec88
 the font \f2fontname\f1 to the generated output.
f8ec88
diff -up enscript-1.6.6/src/main.c.manfixes enscript-1.6.6/src/main.c
f8ec88
--- enscript-1.6.6/src/main.c.manfixes	2013-04-04 13:21:31.926629557 +0200
f8ec88
+++ enscript-1.6.6/src/main.c	2013-04-04 13:21:31.953629499 +0200
f8ec88
@@ -2580,7 +2580,7 @@ Mandatory arguments to long options are
f8ec88
   -v, --verbose              tell what we are doing\n\
f8ec88
   -V, --version              print version number\n\
f8ec88
   -w, --language=LANG        set output language to LANG\n\
f8ec88
-  -W, --options=APP,OPTION   pass option OPTION to helper application APP\n\
f8ec88
+  -W, --option=APP,OPTION   pass option OPTION to helper application APP\n\
f8ec88
   -X, --encoding=NAME        use input encoding NAME\n\
f8ec88
   -z, --no-formfeed          do not interpret form feed characters\n\
f8ec88
   -Z, --pass-through         pass through PostScript and PCL files\n\