summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/filename
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-09-09 02:58:53 +0000
committerGerald Carter <jerry@samba.org>2003-09-09 02:58:53 +0000
commit99bde6889d3d8b7a9e950c86c30e82662e1dacdd (patch)
treebb7d34722e3b2b98ae7e36c11f4e7e4d4538b6fb /docs/docbook/smbdotconf/filename
parenta50367ee119d0acf1bcaaf93f8c6fcc8fa68c999 (diff)
downloadsamba-99bde6889d3d8b7a9e950c86c30e82662e1dacdd.tar.gz
samba-99bde6889d3d8b7a9e950c86c30e82662e1dacdd.tar.bz2
samba-99bde6889d3d8b7a9e950c86c30e82662e1dacdd.zip
syncing files from 3.0 into HEAD again
(This used to be commit bca0bba209255d0effbae6a3d3b6d298f0952c3a)
Diffstat (limited to 'docs/docbook/smbdotconf/filename')
-rw-r--r--docs/docbook/smbdotconf/filename/mangleprefix.xml4
-rw-r--r--docs/docbook/smbdotconf/filename/manglingchar.xml2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/docbook/smbdotconf/filename/mangleprefix.xml b/docs/docbook/smbdotconf/filename/mangleprefix.xml
index cbd41f973d..eff1f2b8fe 100644
--- a/docs/docbook/smbdotconf/filename/mangleprefix.xml
+++ b/docs/docbook/smbdotconf/filename/mangleprefix.xml
@@ -9,6 +9,10 @@
hash and therefore more name collisions. The minimum
value is 1 and the maximum value is 6.</para>
+ <para>
+ mangle prefix is effective only when mangling method is hash2.
+ </para>
+
<para>Default: <command moreinfo="none">mangle prefix = 1</command></para>
<para>Example: <command moreinfo="none">mangle prefix = 4</command></para>
diff --git a/docs/docbook/smbdotconf/filename/manglingchar.xml b/docs/docbook/smbdotconf/filename/manglingchar.xml
index 57c4fa2acd..de5f620fd9 100644
--- a/docs/docbook/smbdotconf/filename/manglingchar.xml
+++ b/docs/docbook/smbdotconf/filename/manglingchar.xml
@@ -5,7 +5,7 @@
<para>This controls what character is used as
the <emphasis>magic</emphasis> character in <link linkend="NAMEMANGLINGSECT">name mangling</link>. The
default is a '~' but this may interfere with some software. Use this option to set
- it to whatever you prefer.</para>
+ it to whatever you prefer. This is effective only when mangling method is hash.</para>
<para>Default: <command moreinfo="none">mangling char = ~</command></para>