summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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>