Fixes bug #243
authorJohn Terpstra <jht@samba.org>
Sat, 26 Jul 2003 17:09:54 +0000 (17:09 +0000)
committerJohn Terpstra <jht@samba.org>
Sat, 26 Jul 2003 17:09:54 +0000 (17:09 +0000)
docs/docbook/smbdotconf/filename/mangleprefix.xml
docs/docbook/smbdotconf/filename/manglingchar.xml

index cbd41f973db37ae976c4d0dcf6bc188b0c8d02ec..eff1f2b8fe7d5447f08e477e014a3a81f7c4bf0e 100644 (file)
@@ -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>
index 57c4fa2acdc9192dcbff47871b58709b7b8c29ac..de5f620fd909e7df8b1297b4bb32a24bba60e1e7 100644 (file)
@@ -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>