From f5b33c6d2b70ce1d0de5166f31f72a9284209918 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Tue, 15 Apr 2003 11:54:15 +0000 Subject: Final touch: 1. Move preloadmodules.xml to Security section 2. Fix lpqcachetime.xml from Printing section (This used to be commit ef005d1a94d99c6a23aff9a12d5820cb4dfbe626) --- docs/docbook/smbdotconf/printing/lpqcachetime.xml | 45 ++++++++++++----------- 1 file changed, 24 insertions(+), 21 deletions(-) (limited to 'docs/docbook/smbdotconf/printing/lpqcachetime.xml') diff --git a/docs/docbook/smbdotconf/printing/lpqcachetime.xml b/docs/docbook/smbdotconf/printing/lpqcachetime.xml index 6f351fdaf9..df48a5fd01 100644 --- a/docs/docbook/smbdotconf/printing/lpqcachetime.xml +++ b/docs/docbook/smbdotconf/printing/lpqcachetime.xml @@ -1,26 +1,29 @@ - - lpq cache time (G) - This controls how long lpq info will be cached - for to prevent the lpq command being called too - often. A separate cache is kept for each variation of the - lpq command used by the system, so if you use different - lpq commands for different users then they won't - share cache information. + + + This controls how long lpq info will be cached + for to prevent the lpq command being called too + often. A separate cache is kept for each variation of the + lpq command used by the system, so if you use different + lpq commands for different users then they won't + share cache information. - The cache files are stored in /tmp/lpq.xxxx - where xxxx is a hash of the lpq command in use. + The cache files are stored in /tmp/lpq.xxxx + where xxxx is a hash of the lpq command in use. - The default is 10 seconds, meaning that the cached results - of a previous identical lpq command will be used - if the cached data is less than 10 seconds old. A large value may - be advisable if your lpq command is very slow. + The default is 10 seconds, meaning that the cached results + of a previous identical lpq command will be used + if the cached data is less than 10 seconds old. A large value may + be advisable if your lpq command is very slow. - A value of 0 will disable caching completely. + A value of 0 will disable caching completely. - See also the printing - parameter. + See also the printing parameter. - Default: lpq cache time = 10 - Example: lpq cache time = 30 - - + Default: lpq cache time = 10 + + Example: lpq cache time = 30 + + -- cgit