svn commit: samba-docs r834 - in trunk/manpages-3: .

jht at samba.org jht at samba.org
Mon Oct 17 20:47:51 GMT 2005


Author: jht
Date: 2005-10-17 20:47:50 +0000 (Mon, 17 Oct 2005)
New Revision: 834

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-docs&rev=834

Log:
Fix for Bug #3179.
Modified:
   trunk/manpages-3/smbclient.1.xml


Changeset:
Modified: trunk/manpages-3/smbclient.1.xml
===================================================================
--- trunk/manpages-3/smbclient.1.xml	2005-10-17 20:42:36 UTC (rev 833)
+++ trunk/manpages-3/smbclient.1.xml	2005-10-17 20:47:50 UTC (rev 834)
@@ -207,11 +207,13 @@
 		is over 1600 bytes, as this is the limit of the protocol. 
 		</para>
 
-		<para>One useful trick is to cat the message through
-		<command>smbclient</command>. For example: <command>
-		cat mymessage.txt | smbclient -M FRED </command> will 
-		send the message in the file <filename>mymessage.txt</filename> 
-		to the machine FRED. </para>
+		<para>
+		One useful trick is to cat the message through <command>smbclient</command>. For example:
+<programlisting>
+<command>cat mymessage.txt | smbclient -M FRED </command>
+</programlisting>
+		will send the message in the file <filename>mymessage.txt</filename> to the machine FRED.
+		</para>
 
 		<para>You may also find the <parameter>-U</parameter> and 
 		<parameter>-I</parameter> options useful, as they allow you to 



More information about the samba-cvs mailing list