1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Added missing documentation for 'max reported print jobs' parameter.

(This used to be commit 21162481bc)
This commit is contained in:
Tim Potter 2003-05-01 00:31:56 +00:00
parent c77b3dae51
commit be5358b01f

View File

@ -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>