summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-07-26 17:09:54 +0000
committerJohn Terpstra <jht@samba.org>2003-07-26 17:09:54 +0000
commita2214fc4253c3d05c3acc9c718adcac2f4b0fe28 (patch)
treee3f2cf5eebb13f110a0046358282519182666a7e /docs
parent168beb5360538f44fd7e380860a6f5f9700dfb1a (diff)
downloadsamba-a2214fc4253c3d05c3acc9c718adcac2f4b0fe28.tar.gz
samba-a2214fc4253c3d05c3acc9c718adcac2f4b0fe28.tar.bz2
samba-a2214fc4253c3d05c3acc9c718adcac2f4b0fe28.zip
Fixes bug #243
(This used to be commit 22d644505f7181e9951a76105d7f014d57fc98c6)
Diffstat (limited to 'docs')
-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>