summaryrefslogtreecommitdiff
path: root/doc/help
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-04-24 20:28:36 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-04-24 20:28:36 -0400
commitb95156db4ccca88324b2e075b2a9f64240469fa1 (patch)
treef0311c0dc30b4fabd6b1f80fce4eddce1f4753a5 /doc/help
parentff82ce17bf30d8e26022520afb69e45745e48180 (diff)
downloadcups-b95156db4ccca88324b2e075b2a9f64240469fa1.tar.gz
Update ErrorPolicy in cupsd.conf man page (Issue #5301)
Diffstat (limited to 'doc/help')
-rw-r--r--doc/help/man-cupsd.conf.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html
index 77428bdb6..0fff92d2e 100644
--- a/doc/help/man-cupsd.conf.html
+++ b/doc/help/man-cupsd.conf.html
@@ -95,10 +95,10 @@ The default value is "30".
The default is typically the server's ".local" hostname.
<dt><a name="ErrorPolicy"></a><b>ErrorPolicy abort-job</b>
<dd style="margin-left: 5.0em">Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer.
+<dt><b>ErrorPolicy retry-current-job</b>
+<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
<dt><b>ErrorPolicy retry-job</b>
<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer.
-<dt><b>ErrorPolicy retry-this-job</b>
-<dd style="margin-left: 5.0em">Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
<dt><b>ErrorPolicy stop-printer</b>
<dd style="margin-left: 5.0em">Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
<dt><a name="FilterLimit"></a><b>FilterLimit </b><i>limit</i>