summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/textdocs/Printing.txt7
-rw-r--r--source3/include/version.h2
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/textdocs/Printing.txt b/docs/textdocs/Printing.txt
index 93d1811512..9d053af1e7 100644
--- a/docs/textdocs/Printing.txt
+++ b/docs/textdocs/Printing.txt
@@ -63,7 +63,12 @@ using the full path name in the "print command"
to print. Fix your lpr system.
- you get an extra blank page of output. Fix this in your lpr system,
-probably by editing /etc/printcap
+probably by editing /etc/printcap. It could also be caused by
+incorrect setting on your client. For example, under Win95 there is a
+option Printers|Printer Name|(Right
+Click)Properties|Postscript|Advanced| that allows you to choose if a
+Ctrl-D is appended to all jobs. This will affect if a blank page is
+output.
- you get raw postscript instead of nice graphics on the output. Fix
this either by using a "print command" that cleans up the file before
diff --git a/source3/include/version.h b/source3/include/version.h
index 1bcbad0f1a..171a003c27 100644
--- a/source3/include/version.h
+++ b/source3/include/version.h
@@ -1 +1 @@
-#define VERSION "1.9.16alpha19"
+#define VERSION "1.9.16alpha20"