From e44921ae9c8ab501727e3ee2f68458b4dfb8686e Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 17 Oct 2005 20:47:50 +0000 Subject: [PATCH] Fix for Bug #3179. --- docs/manpages-3/smbclient.1.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index 0a67f816be4..69d5b8119bc 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. - One useful trick is to cat the message through - smbclient. For example: - cat mymessage.txt | smbclient -M FRED will - send the message in the file mymessage.txt - to the machine FRED. + + One useful trick is to cat the message through smbclient. For example: + +cat mymessage.txt | smbclient -M FRED + + will send the message in the file mymessage.txt to the machine FRED. + You may also find the -U and -I options useful, as they allow you to -- 2.47.3