Author: jelmer Date: 2004-10-05 21:24:43 +0000 (Tue, 05 Oct 2004) New Revision: 245
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-docs&path=/trunk/manpages&rev=245&nolog=1 Log: Document iocharset= (patch by Bjoern Jacke) Modified: trunk/manpages/mount.cifs.8.xml Changeset: Modified: trunk/manpages/mount.cifs.8.xml =================================================================== --- trunk/manpages/mount.cifs.8.xml 2004-10-05 16:37:24 UTC (rev 244) +++ trunk/manpages/mount.cifs.8.xml 2004-10-05 21:24:43 UTC (rev 245) @@ -186,6 +186,19 @@ </varlistentry> <varlistentry> + <term>iocharset</term> + + <listitem><para>Charset used to convert local path names to and from + Unicode. Unicode is used by default for network path + names if the server supports it. If iocharset is + not specified then the nls_default specified + during the local client kernel build will be used. + If server does not support Unicode, this parameter is + unused. </para></listitem> + + </varlistentry> + + <varlistentry> <term>ro</term> <listitem><para>mount read-only</para></listitem>
