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

kseeger at samba.org kseeger at samba.org
Tue Jan 8 10:30:34 GMT 2008


Author: kseeger
Date: 2008-01-08 10:30:33 +0000 (Tue, 08 Jan 2008)
New Revision: 1221

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

Log:
Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier <bubulle at debian.org> for reporting!

Karolin
Modified:
   trunk/manpages-3/smbclient.1.xml


Changeset:
Modified: trunk/manpages-3/smbclient.1.xml
===================================================================
--- trunk/manpages-3/smbclient.1.xml	2008-01-03 13:53:08 UTC (rev 1220)
+++ trunk/manpages-3/smbclient.1.xml	2008-01-08 10:30:33 UTC (rev 1221)
@@ -212,11 +212,10 @@
 		</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.
+		One useful trick is to pipe the message through <command>smbclient</command>. 
+		For example: smbclient -M FRED &lt; mymessage.txt 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 



More information about the samba-cvs mailing list