From 23f405a42e6a9a574f9bca941865c401a5a44074 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Tue, 8 Jan 2008 10:30:33 +0000 Subject: Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier for reporting! Karolin (This used to be commit 22d3492b76a96828650cf5e8e3ac8abe68634abf) --- 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 a3be09fe26..02abeca3dc 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 -- cgit