From be5358b01f752f636ffa40cf2052862f5c767ff3 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 1 May 2003 00:31:56 +0000 Subject: Added missing documentation for 'max reported print jobs' parameter. (This used to be commit 21162481bcd26fc7c994bff60c2b0ad9f5fee245) --- .../smbdotconf/printing/maxreportedprintjobs.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/docbook/smbdotconf/printing/maxreportedprintjobs.xml (limited to 'docs/docbook') diff --git a/docs/docbook/smbdotconf/printing/maxreportedprintjobs.xml b/docs/docbook/smbdotconf/printing/maxreportedprintjobs.xml new file mode 100644 index 0000000000..743a5a5aed --- /dev/null +++ b/docs/docbook/smbdotconf/printing/maxreportedprintjobs.xml @@ -0,0 +1,22 @@ + + + This parameter limits the maximum number of + jobs displayed in a port monitor for Samba printer queue at any given + moment. If this number is exceeded, the excess jobs will not be shown. + A value of zero means there is no limit on the number of print + jobs reported. + + See all total + print jobs and max print + jobs parameters. + + + Default: max reported print jobs = 0 + + Example: max reported print jobs = 1000 + + -- cgit