]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
cupsd.conf.5: JobRetry* is not used for 'retry-current-job' 1195/head
authorZdenek Dohnal <zdohnal@redhat.com>
Wed, 12 Mar 2025 15:21:21 +0000 (16:21 +0100)
committerZdenek Dohnal <zdohnal@redhat.com>
Wed, 12 Mar 2025 15:21:21 +0000 (16:21 +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 d03ff175b3c4e4bd041ba6380a771dd6e90411ff..65b4b9371d951107b0020fd9f40c05da9db8e23e 100644 (file)
@@ -177,12 +177,12 @@ The default is &quot;300&quot;.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>JobRetryInterval </strong><em>seconds</em><br>
 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 &quot;retry-job&quot; or &quot;retry-current-job&quot;.
+This is typically used for fax queues but can also be used with normal print queues whose error policy is &quot;retry-job&quot;.
 The default is &quot;300&quot;.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>JobRetryLimit </strong><em>count</em><br>
 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 &quot;retry-job&quot; or &quot;retry-current-job&quot;.
+This is typically used for fax queues but can also be used with normal print queues whose error policy is &quot;retry-job&quot;.
 The default is &quot;5&quot;.
 </p>
     <p style="margin-left: 2.5em; text-indent: -2.5em;"><strong>KeepAlive Yes</strong><br>
@@ -886,6 +886,6 @@ often belongs to a different set of subnets from its clients.
 CUPS Online Help (<a href="http://localhost:631/help">http://localhost:631/help</a>)
 </p>
     <h2 id="cupsd.conf-5.copyright">Copyright</h2>
-<p>Copyright &copy; 2020-2024 by OpenPrinting.
+<p>Copyright &copy; 2020-2025 by OpenPrinting.
   </body>
 </html>
index ff1d03427e08dbfb99be47663c487222317d21a1..4e8317095638715153b3261aa525c26ced4d1343 100644 (file)
@@ -8,7 +8,7 @@
 .\" Licensed under Apache License v2.0.  See the file "LICENSE" for more
 .\" information.
 .\"
-.TH cupsd.conf 5 "CUPS" "2024-11-04" "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 "300".
 .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 "300".
 .\"#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.