summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-10 22:11:26 +0000
committerGerald Carter <jerry@samba.org>2003-08-10 22:11:26 +0000
commit1c722f86f3846e608e2e54f71061d3a9c12acf39 (patch)
tree8cc69a2bc5bed3be4952cd4058dd46b4a95f8e74 /docs
parentd5d9055b9be3960864ae479d52e587865648cbf0 (diff)
downloadsamba-1c722f86f3846e608e2e54f71061d3a9c12acf39.tar.gz
samba-1c722f86f3846e608e2e54f71061d3a9c12acf39.tar.bz2
samba-1c722f86f3846e608e2e54f71061d3a9c12acf39.zip
not used
(This used to be commit b3074a893bc0bee11d628907bd83b53f596af0eb)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/printing/totalprintjobs.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/docbook/smbdotconf/printing/totalprintjobs.xml b/docs/docbook/smbdotconf/printing/totalprintjobs.xml
deleted file mode 100644
index ccdb137a69..0000000000
--- a/docs/docbook/smbdotconf/printing/totalprintjobs.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<samba:parameter name="total print jobs"
- context="G"
- print="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter accepts an integer value which defines
- a limit on the maximum number of print jobs that will be accepted
- system wide at any given time. If a print job is submitted
- by a client which will exceed this number, then <citerefentry><refentrytitle>smbd</refentrytitle>
- <manvolnum>8</manvolnum></citerefentry> will return an
- error indicating that no space is available on the server. The
- default value of 0 means that no such limit exists. This parameter
- can be used to prevent a server from exceeding its capacity and is
- designed as a printing throttle. See also <link linkend="MAXPRINTJOBS">
- <parameter moreinfo="none">max print jobs</parameter></link>.
- </para>
-
- <para>Default: <command moreinfo="none">total print jobs = 0</command></para>
-
- <para>Example: <command moreinfo="none">total print jobs = 5000</command></para>
-</listitem>
-</samba:parameter>