summaryrefslogtreecommitdiff
path: root/docs/smbdotconf/printing
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-08-24 22:43:34 +0000
committerGerald W. Carter <jerry@samba.org>2008-04-23 08:47:21 -0500
commitc9e0c52ae70a6e909611a5c956ddcc537d40b6ca (patch)
tree44c5b9b6547a24b7cca39dc0679d32fbab05bb4e /docs/smbdotconf/printing
parentb42b0c5c179935c0f6859dc91ab931c60ace959e (diff)
downloadsamba-c9e0c52ae70a6e909611a5c956ddcc537d40b6ca.tar.gz
samba-c9e0c52ae70a6e909611a5c956ddcc537d40b6ca.tar.bz2
samba-c9e0c52ae70a6e909611a5c956ddcc537d40b6ca.zip
Document [:port] syntax for "cups server"
(This used to be commit 0e3fa97baba2538e58c8fd415e99e8ccad658a7b)
Diffstat (limited to 'docs/smbdotconf/printing')
-rw-r--r--docs/smbdotconf/printing/cupsserver.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/smbdotconf/printing/cupsserver.xml b/docs/smbdotconf/printing/cupsserver.xml
index e00707c824..b31db33eac 100644
--- a/docs/smbdotconf/printing/cupsserver.xml
+++ b/docs/smbdotconf/printing/cupsserver.xml
@@ -12,8 +12,15 @@
If set, this option overrides the ServerName option in the CUPS <filename>client.conf</filename>. This is
necessary if you have virtual samba servers that connect to different CUPS daemons.
</para>
+
+ <para>Optionally, a port can be specified by separating the server name
+ and port number with a colon. If no port was specified,
+ the default port for IPP (631) will be used.
+ </para>
+
</description>
<value type="default">""</value>
-<value type="example">MYCUPSSERVER</value>
+<value type="example">mycupsserver</value>
+<value type="example">mycupsserver:1631</value>
</samba:parameter>