summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-05-01 00:31:56 +0000
committerTim Potter <tpot@samba.org>2003-05-01 00:31:56 +0000
commitbe5358b01f752f636ffa40cf2052862f5c767ff3 (patch)
treed62a4053ff5217ad30fbad519fd8310853f7808b /docs
parentc77b3dae51f3f6a860a49094ec3b23b506750e0e (diff)
downloadsamba-be5358b01f752f636ffa40cf2052862f5c767ff3.tar.gz
samba-be5358b01f752f636ffa40cf2052862f5c767ff3.tar.bz2
samba-be5358b01f752f636ffa40cf2052862f5c767ff3.zip
Added missing documentation for 'max reported print jobs' parameter.
(This used to be commit 21162481bcd26fc7c994bff60c2b0ad9f5fee245)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/printing/maxreportedprintjobs.xml22
1 files changed, 22 insertions, 0 deletions
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 @@
+<samba:parameter name="max reported print jobs"
+ context="S"
+ print="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>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 <link linkend="TOTALPRINTJOBS"><parameter moreinfo="none">total
+ print jobs</parameter></link> and <link
+ linkend="MAXPRINTJOBS"><parameter moreinfo="none">max print
+ jobs</parameter></link> parameters.
+ </para>
+
+ <para>Default: <command moreinfo="none">max reported print jobs = 0</command></para>
+
+ <para>Example: <command moreinfo="none">max reported print jobs = 1000</command></para>
+</listitem>
+</samba:parameter>