Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier <bubulle@debian...
authorKarolin Seeger <ks@samba.org>
Tue, 8 Jan 2008 10:30:33 +0000 (10:30 +0000)
committerKarolin Seeger <ks@samba.org>
Tue, 8 Jan 2008 10:30:33 +0000 (10:30 +0000)
Karolin

manpages-3/smbclient.1.xml

index a3be09fe2655ae10e70109e9829f4a2bfc833487..02abeca3dc7916a7746d675f355b118b85651d2b 100644 (file)
                </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