diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/mount.cifs.8.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/manpages/mount.cifs.8.xml b/docs/manpages/mount.cifs.8.xml index 91f2d96715..824e19243e 100644 --- a/docs/manpages/mount.cifs.8.xml +++ b/docs/manpages/mount.cifs.8.xml @@ -186,6 +186,19 @@ port 445 is tried and if no response then port 139 is tried. </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> |