From 65a3fa1bd4df72dc1e29dd448de4a3cb29992e03 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 9 Aug 2016 18:11:47 +0200 Subject: Set default job error policy to "retry-job", since it is less confusing and a better default on most machines. . Amend documentation accordingly. Author: Didier Raboud Origin: vendor Last-Update: 2016-07-03 Patch-Name: cups-set-default-error-policy-retry-job.patch --- man/cupsd.conf.man.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/cupsd.conf.man.in b/man/cupsd.conf.man.in index a313f4b02..6971b8b33 100644 --- a/man/cupsd.conf.man.in +++ b/man/cupsd.conf.man.in @@ -133,13 +133,13 @@ The default value is "30". Specifies that a failed print job should be aborted (discarded) 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. +Specifies that a failed print job should be retried at a later time unless otherwise specified for the printer. The 'retry-job' error policy is the default. .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. +Specifies that a failed print job should stop the printer unless otherwise specified for the printer. .\"#FilterLimit .TP 5 \fBFilterLimit \fIlimit\fR -- cgit v1.2.3