From ba4d51c521727e13639ba7fc09154da099eef1da Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 3 Jun 2009 09:44:49 -0700 Subject: Fix bug #2356 - smbclient -t no longer works. Removed code and docs. Jeremy. --- docs-xml/manpages-3/smbclient.1.xml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/smbclient.1.xml b/docs-xml/manpages-3/smbclient.1.xml index 9840414e44..dc948943b4 100644 --- a/docs-xml/manpages-3/smbclient.1.xml +++ b/docs-xml/manpages-3/smbclient.1.xml @@ -299,22 +299,6 @@ host on another network. - - -t terminal code - This option tells smbclient how to interpret - filenames coming from the remote server. Usually Asian language - multibyte UNIX implementations use different character sets than - SMB/CIFS servers (EUC instead of - SJIS for example). Setting this parameter will let - smbclient convert between the UNIX filenames and - the SMB filenames correctly. This option has not been seriously tested - and may have some problems. - - The terminal codes include CWsjis, CWeuc, CWjis7, CWjis8, - CWjunet, CWhex, CWcap. This is not a complete list, check the Samba - source code for the complete list. - - -b buffersize This option changes the transmit/send buffer -- cgit