diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-13 17:28:48 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:20 -0500 |
commit | d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c (patch) | |
tree | 65468998241c0cb9f2aafc1640422d177bace6b4 /docs/Samba-HOWTO-Collection/Unicode.xml | |
parent | 2bc1700bcb6edf92cf629a710700e4eee649ad3b (diff) | |
download | samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.gz samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.tar.bz2 samba-d74de63ddbf5cf0194a7f9d12e608e6e95da6d6c.zip |
Another set of validation updates
(This used to be commit 5ec9c67db982c020dd98cf972d72f898e4b71fe5)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/Unicode.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/Unicode.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Samba-HOWTO-Collection/Unicode.xml b/docs/Samba-HOWTO-Collection/Unicode.xml index 7d6abc659c..cf29ef2b7a 100644 --- a/docs/Samba-HOWTO-Collection/Unicode.xml +++ b/docs/Samba-HOWTO-Collection/Unicode.xml @@ -116,7 +116,7 @@ Samba knows of three kinds of character sets: <listitem><para>This is the charset Samba uses when communicating with DOS and Windows 9x/Me clients. It will talk unicode to all newer clients. The default depends on the charsets you have installed on your system. - Run <command>testparm -v | grep <quote>dos charset</quote></command> to see + Run <command>testparm -v | grep "dos charset"</command> to see what the default is on your system. </para></listitem> </varlistentry> @@ -376,10 +376,11 @@ Setting up Japanese charsets is quite difficult. This is mainly because: <smbconfexample><title>VFS CAP</title> <smbconfsection>[global]</smbconfsection> -<smbconfoption name="dos charset">CP932<footnote><para>the locale name "CP932" may be different name</para></footnote></smbconfoption> +<smbconfcomment>the locale name "CP932" may be different</smbconfcomment> +<smbconfoption name="dos charset">CP932</smbconfoption> <smbconfoption name="unix charset">CP932</smbconfoption> -<member><para>...</para></member> +<member>...</member> <smbconfsection>[cap-share]</smbconfsection> <smbconfoption name="vfs option">cap</smbconfoption> |