diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-05 21:24:43 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:04 -0500 |
commit | 4707bb6b063b48c09c3d0ec3b3c66f0fa16c098e (patch) | |
tree | a6adeaa08790d84f803ee2de7441fa6393fc6859 | |
parent | 858cca47b6820c1021ee198107896f2c5c26c869 (diff) | |
download | samba-4707bb6b063b48c09c3d0ec3b3c66f0fa16c098e.tar.gz samba-4707bb6b063b48c09c3d0ec3b3c66f0fa16c098e.tar.bz2 samba-4707bb6b063b48c09c3d0ec3b3c66f0fa16c098e.zip |
Document iocharset= (patch by Bjoern Jacke)
(This used to be commit b45e27e5d8f513c20af90bb354dbae3a014ed158)
-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> |