diff options
author | John Terpstra <jht@samba.org> | 2005-10-17 20:47:50 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:09 -0500 |
commit | 87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54 (patch) | |
tree | 14f297ce91e007d90a52cf5cb7c46001e6d1103c | |
parent | 562cbcafc9f365bd72e1575d2bf03189c6e022db (diff) | |
download | samba-87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54.tar.gz samba-87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54.tar.bz2 samba-87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54.zip |
Fix for Bug #3179.
(This used to be commit e44921ae9c8ab501727e3ee2f68458b4dfb8686e)
-rw-r--r-- | docs/manpages-3/smbclient.1.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 0a67f816be..69d5b8119b 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -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 |