From 87c13ffb7a7ed593cba794a68bb8d0fa4dc0ba54 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Mon, 17 Oct 2005 20:47:50 +0000 Subject: Fix for Bug #3179. (This used to be commit e44921ae9c8ab501727e3ee2f68458b4dfb8686e) --- 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 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. - 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 -- cgit