From d894100bd06aa59e644db49860055e464d886a6b Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 Jan 2008 10:30:33 +0000 Subject: [PATCH] Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier for reporting! Karolin --- docs/manpages-3/smbclient.1.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/manpages-3/smbclient.1.xml b/docs/manpages-3/smbclient.1.xml index a3be09fe265..02abeca3dc7 100644 --- a/docs/manpages-3/smbclient.1.xml +++ b/docs/manpages-3/smbclient.1.xml @@ -212,11 +212,10 @@ - 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 pipe the message through smbclient. + For example: smbclient -M FRED < mymessage.txt will send the + message in the file mymessage.txt to the + machine FRED. You may also find the -U and -- 2.11.4.GIT