From 673e0e9600936172d1695581047a31faf977651a Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 11 Mar 2021 12:40:58 -0500 Subject: [PATCH] Update cupsd.conf.5 man page to address feedback from Till. --- doc/help/man-cupsd.conf.html | 2 +- man/cupsd.conf.5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/help/man-cupsd.conf.html b/doc/help/man-cupsd.conf.html index bbdb13e9ab..798ab63261 100644 --- a/doc/help/man-cupsd.conf.html +++ b/doc/help/man-cupsd.conf.html @@ -242,7 +242,7 @@ The default is "Yes".
ReadyPaperSizes sizename[,...]
Specifies a list of potential paper sizes that are reported as "ready" (loaded). The actual list will only contain sizes that each printer supports. -The default is "Letter,Legal,Tabloid,4x6,Env10" for North America and "A3,A4,A5,A6,EnvDL" elsewhere. +The default is "Letter,Legal,Tabloid,4x6,Env10" when the default paper size is "Letter" and "A3,A4,A5,A6,EnvDL" otherwise. Note: Paper sizes must use the size names from the PPD file and not PWG self-describing media size names.
ReloadTimeout seconds
Specifies the amount of time to wait for job completion before restarting the scheduler. diff --git a/man/cupsd.conf.5 b/man/cupsd.conf.5 index a4843da602..58decc8f36 100644 --- a/man/cupsd.conf.5 +++ b/man/cupsd.conf.5 @@ -376,7 +376,7 @@ The default is "Yes". \fBReadyPaperSizes \fIsizename[,...]\fR Specifies a list of potential paper sizes that are reported as "ready" (loaded). The actual list will only contain sizes that each printer supports. -The default is "Letter,Legal,Tabloid,4x6,Env10" for North America and "A3,A4,A5,A6,EnvDL" elsewhere. +The default is "Letter,Legal,Tabloid,4x6,Env10" when the default paper size is "Letter" and "A3,A4,A5,A6,EnvDL" otherwise. Note: Paper sizes must use the size names from the PPD file and not PWG self-describing media size names. .\"#ReloadTimeout .TP 5 -- 2.47.2