From: Karolin Seeger Date: Tue, 8 Jan 2008 10:30:33 +0000 (+0000) Subject: Avoid useless use of 'cat'. Fix bug #4704. Thanks Christian Perrier for reporting! Karolin --- 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