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