Blame SOURCES/cups-error-policy-manpage.patch

c5086f
diff -up cups-1.6.3/man/cupsd.conf.man.in.error-policy-manpage cups-1.6.3/man/cupsd.conf.man.in
c5086f
--- cups-1.6.3/man/cupsd.conf.man.in.error-policy-manpage	2014-09-02 11:23:05.798957567 +0100
c5086f
+++ cups-1.6.3/man/cupsd.conf.man.in	2014-09-02 11:24:35.813428214 +0100
c5086f
@@ -3,7 +3,7 @@
c5086f
 .\"
c5086f
 .\"   cupsd.conf man page for CUPS.
c5086f
 .\"
c5086f
-.\"   Copyright 2007-2013 by Apple Inc.
c5086f
+.\"   Copyright 2007-2014 by Apple Inc.
c5086f
 .\"   Copyright 1997-2006 by Easy Software Products.
c5086f
 .\"
c5086f
 .\"   These coded instructions, statements, and computer programs are the
c5086f
@@ -180,6 +180,18 @@ Encryption Required
c5086f
 Specifies the level of encryption that is required for a particular
c5086f
 location.
c5086f
 .TP 5
c5086f
+ErrorPolicy abort-job
c5086f
+Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
c5086f
+.TP 5
c5086f
+ErrorPolicy retry-job
c5086f
+Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
c5086f
+.TP 5
c5086f
+ErrorPolicy retry-this-job
c5086f
+Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
c5086f
+.TP 5
c5086f
+ErrorPolicy stop-printer
c5086f
+Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
c5086f
+.TP 5
c5086f
 FilterLimit limit
c5086f
 .br
c5086f
 Specifies the maximum cost of filters that are run concurrently.