]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cupsd.conf.5: JobRetry* is not used for 'retry-current-job'
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 12 Mar 2025 15:35:32 +0000 (16:35 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 12 Mar 2025 15:35:32 +0000 (16:35 +0100)
JobRetryInterval and JobRetryLimit are not used for 'retry-current-job' error policy.

Fixes #1194

doc/help/man-cupsd.conf.html
man/cupsd.conf.5

index f760dab9cd3a063d76c21ee44b38fe5b17f09e7a..46c3048536bf0afa2567f0fe029e3ac29e6b6537 100644 (file)
@@ -132,11 +132,11 @@ is run on-demand (e.g., with <b>-l</b>).
 The default is "30".
 <dt><a name="JobRetryInterval"></a><b>JobRetryInterval </b><i>seconds</i>
 <dd style="margin-left: 5.0em">Specifies the interval between retries of jobs in seconds.
-This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
+This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
 The default is "30".
 <dt><a name="JobRetryLimit"></a><b>JobRetryLimit </b><i>count</i>
 <dd style="margin-left: 5.0em">Specifies the number of retries that are done for jobs.
-This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
+This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
 The default is "5".
 <dt><a name="KeepAlive"></a><b>KeepAlive Yes</b>
 <dd style="margin-left: 5.0em"><dt><b>KeepAlive No</b>
index 2eea8266b3898ba7b517880744153d52f3f8e105..018cfa98bf8530892e551c23822591561a48e15b 100644 (file)
@@ -8,7 +8,7 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd.conf 5 "CUPS" "2021-10-01" "OpenPrinting"
+.TH cupsd.conf 5 "CUPS" "2025-03-12" "OpenPrinting"
 .SH NAME
 cupsd.conf \- server configuration file for cups
 .SH DESCRIPTION
@@ -192,13 +192,13 @@ The default is "30".
 .TP 5
 \fBJobRetryInterval \fIseconds\fR
 Specifies the interval between retries of jobs in seconds.
-This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
+This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
 The default is "30".
 .\"#JobRetryLimit
 .TP 5
 \fBJobRetryLimit \fIcount\fR
 Specifies the number of retries that are done for jobs.
-This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job" or "retry-current-job".
+This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
 The default is "5".
 .\"#KeepAlive
 .TP 5
@@ -919,4 +919,4 @@ Require authentication for accesses from outside the 10. network:
 .BR subscriptions.conf (5),
 CUPS Online Help (http://localhost:631/help)
 .SH COPYRIGHT
-Copyright \[co] 2020-2024 by OpenPrinting.
+Copyright \[co] 2020-2025 by OpenPrinting.