svn commit: samba-docs r234 - in trunk/manpages: .

jelmer at samba.org jelmer at samba.org
Mon Sep 27 12:23:10 GMT 2004


Author: jelmer
Date: 2004-09-27 12:23:09 +0000 (Mon, 27 Sep 2004)
New Revision: 234

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=234&nolog=1

Log:
smbspool supports specifying a port number in the device URI

Modified:
   trunk/manpages/smbspool.8.xml


Changeset:
Modified: trunk/manpages/smbspool.8.xml
===================================================================
--- trunk/manpages/smbspool.8.xml	2004-09-27 12:20:16 UTC (rev 233)
+++ trunk/manpages/smbspool.8.xml	2004-09-27 12:23:09 UTC (rev 234)
@@ -47,10 +47,10 @@
 	a number of forms:</para>
 
 	<itemizedlist>
-		<listitem><para>smb://server/printer</para></listitem>
-		<listitem><para>smb://workgroup/server/printer</para></listitem>
-		<listitem><para>smb://username:password@server/printer</para></listitem>
-		<listitem><para>smb://username:password@workgroup/server/printer</para></listitem>
+		<listitem><para>smb://server[:port]/printer</para></listitem>
+		<listitem><para>smb://workgroup/server[:port]/printer</para></listitem>
+		<listitem><para>smb://username:password@server[:port]/printer</para></listitem>
+		<listitem><para>smb://username:password@workgroup/server[:port]/printer</para></listitem>
 	</itemizedlist>
 
 	<para>smbspool tries to get the URI from argv[0]. If argv[0] 



More information about the samba-cvs mailing list