Skip to content

Commit ae48009

Browse files
committed
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
1 parent 453ca51 commit ae48009

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

doc/help/man-cupsd.conf.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,11 @@ <h3><a name="TOP_LEVEL_DIRECTIVES">Top-level Directives</a></h3>
132132
The default is "30".
133133
<dt><a name="JobRetryInterval"></a><b>JobRetryInterval </b><i>seconds</i>
134134
<dd style="margin-left: 5.0em">Specifies the interval between retries of jobs in seconds.
135-
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".
135+
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
136136
The default is "30".
137137
<dt><a name="JobRetryLimit"></a><b>JobRetryLimit </b><i>count</i>
138138
<dd style="margin-left: 5.0em">Specifies the number of retries that are done for jobs.
139-
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".
139+
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
140140
The default is "5".
141141
<dt><a name="KeepAlive"></a><b>KeepAlive Yes</b>
142142
<dd style="margin-left: 5.0em"><dt><b>KeepAlive No</b>

man/cupsd.conf.5

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
.\" Licensed under Apache License v2.0. See the file "LICENSE" for more
99
.\" information.
1010
.\"
11-
.TH cupsd.conf 5 "CUPS" "2021-10-01" "OpenPrinting"
11+
.TH cupsd.conf 5 "CUPS" "2025-03-12" "OpenPrinting"
1212
.SH NAME
1313
cupsd.conf \- server configuration file for cups
1414
.SH DESCRIPTION
@@ -192,13 +192,13 @@ The default is "30".
192192
.TP 5
193193
\fBJobRetryInterval \fIseconds\fR
194194
Specifies the interval between retries of jobs in seconds.
195-
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".
195+
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
196196
The default is "30".
197197
.\"#JobRetryLimit
198198
.TP 5
199199
\fBJobRetryLimit \fIcount\fR
200200
Specifies the number of retries that are done for jobs.
201-
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".
201+
This is typically used for fax queues but can also be used with normal print queues whose error policy is "retry-job".
202202
The default is "5".
203203
.\"#KeepAlive
204204
.TP 5
@@ -919,4 +919,4 @@ Require authentication for accesses from outside the 10. network:
919919
.BR subscriptions.conf (5),
920920
CUPS Online Help (http://localhost:631/help)
921921
.SH COPYRIGHT
922-
Copyright \[co] 2020-2024 by OpenPrinting.
922+
Copyright \[co] 2020-2025 by OpenPrinting.

0 commit comments

Comments
 (0)