From: Michael R Sweet Date: Wed, 25 Apr 2018 00:28:36 +0000 (-0400) Subject: Update ErrorPolicy in cupsd.conf man page (Issue #5301) X-Git-Tag: v2.3b5~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b95156db4ccca88324b2e075b2a9f64240469fa1;p=thirdparty%2Fcups.git Update ErrorPolicy in cupsd.conf man page (Issue #5301) --- diff --git a/CHANGES.md b/CHANGES.md index a5b17c1f72..e257f8bc29 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,4 +1,4 @@ -CHANGES - 2.3rc1 - 2018-04-18 +CHANGES - 2.3rc1 - 2018-04-24 ============================= Changes in CUPS v2.3rc1 @@ -14,6 +14,7 @@ Changes in CUPS v2.3rc1 authentication schemes in a single response header (Issue #5289) - Fixed policy limits containing the `All` operation (Issue #5296) - The scheduler was always restarted after idle-exit with systemd (Issue #5297) +- Documentation updates (Issue #5301) - Fax queues did not support pause (p) or wait-for-dialtone (w) characters (rdar://39212256) - Fixed a parsing bug in the new authentication code. diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html index 77428bdb69..0fff92d2e4 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.
ErrorPolicy abort-job
Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer. +
ErrorPolicy retry-current-job +
Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
ErrorPolicy retry-job
Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer. -
ErrorPolicy retry-this-job -
Specifies that a failed print job should be retried immediately unless otherwise specified for the printer.
ErrorPolicy stop-printer
Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default.
FilterLimit limit diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in index 4a7f9e50f7..3ffc80e42b 100644 --- a/man/cupsd.conf.man.in +++ b/man/cupsd.conf.man.in @@ -6,7 +6,7 @@ .\" .\" Licensed under Apache License v2.0. See the file "LICENSE" for more information. .\" -.TH cupsd.conf 5 "CUPS" "9 November 2017" "Apple Inc." +.TH cupsd.conf 5 "CUPS" "24 April 2018" "Apple Inc." .SH NAME cupsd.conf \- server configuration file for cups .SH DESCRIPTION @@ -139,12 +139,12 @@ The default is typically the server's ".local" hostname. \fBErrorPolicy abort-job\fR Specifies that a failed print job should be aborted (discarded) unless otherwise specified for the printer. .TP 5 +\fBErrorPolicy retry-current-job\fR +Specifies that a failed print job should be retried immediately unless otherwise specified for the printer. +.TP 5 \fBErrorPolicy retry-job\fR Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer. .TP 5 -\fBErrorPolicy retry-this-job\fR -Specifies that a failed print job should be retried immediately unless otherwise specified for the printer. -.TP 5 \fBErrorPolicy stop-printer\fR Specifies that a failed print job should stop the printer unless otherwise specified for the printer. The 'stop-printer' error policy is the default. .\"#FilterLimit