From: Zdenek Dohnal Date: Wed, 12 Mar 2025 15:21:21 +0000 (+0100) Subject: cupsd.conf.5: JobRetry* is not used for 'retry-current-job' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1195%2Fhead;p=thirdparty%2Fcups.git cupsd.conf.5: JobRetry* is not used for 'retry-current-job' JobRetryInterval and JobRetryLimit are not used for 'retry-current-job' error policy. Fixes #1194 --- diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html index d03ff175b3..65b4b9371d 100644 --- a/doc/help/man-cupsd.conf.html +++ b/doc/help/man-cupsd.conf.html @@ -177,12 +177,12 @@ The default is "300".

JobRetryInterval seconds
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 count
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 Yes
@@ -886,6 +886,6 @@ often belongs to a different set of subnets from its clients. CUPS Online Help (http://localhost:631/help)

Copyright

-

Copyright © 2020-2024 by OpenPrinting. +

Copyright © 2020-2025 by OpenPrinting. diff --git a/man/cupsd.conf.5 b/man/cupsd.conf.5 index ff1d03427e..4e83170956 100644 --- a/man/cupsd.conf.5 +++ b/man/cupsd.conf.5 @@ -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.