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

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