summaryrefslogtreecommitdiffstats
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
commit22d644505f7181e9951a76105d7f014d57fc98c6 (patch)
tree6780e7c9625ae85668f689fcf866be2583a5fa73 /docs
parent37d2eed445ec825e31082e4e71c858e1e6356566 (diff)
downloadsamba-22d644505f7181e9951a76105d7f014d57fc98c6.tar.gz
samba-22d644505f7181e9951a76105d7f014d57fc98c6.tar.xz
samba-22d644505f7181e9951a76105d7f014d57fc98c6.zip
Fixes bug #243
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 cbd41f973db..eff1f2b8fe7 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 57c4fa2acdc..de5f620fd90 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>