diff options
author | Jeremy Allison <jra@samba.org> | 2009-06-03 09:44:49 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-06-03 09:44:49 -0700 |
commit | ba4d51c521727e13639ba7fc09154da099eef1da (patch) | |
tree | 6ae77c56672ae412c661dfb7f3114257b674d622 /docs-xml | |
parent | 7cdad30b9640cc876e8ca59cd67455039107a5df (diff) | |
download | samba-ba4d51c521727e13639ba7fc09154da099eef1da.tar.gz samba-ba4d51c521727e13639ba7fc09154da099eef1da.tar.bz2 samba-ba4d51c521727e13639ba7fc09154da099eef1da.zip |
Fix bug #2356 - smbclient -t <term code> no longer works.
Removed code and docs.
Jeremy.
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages-3/smbclient.1.xml | 16 |
1 files changed, 0 insertions, 16 deletions
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. </para></listitem> </varlistentry> - <varlistentry> - <term>-t terminal code</term> - <listitem><para>This option tells <command>smbclient</command> how to interpret - filenames coming from the remote server. Usually Asian language - multibyte UNIX implementations use different character sets than - SMB/CIFS servers (<emphasis>EUC</emphasis> instead of <emphasis> - SJIS</emphasis> for example). Setting this parameter will let - <command>smbclient</command> convert between the UNIX filenames and - the SMB filenames correctly. This option has not been seriously tested - and may have some problems. </para> - - <para>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. </para></listitem> - </varlistentry> - <varlistentry> <term>-b buffersize</term> <listitem><para>This option changes the transmit/send buffer |