diff options
Diffstat (limited to 'docs/docbook/smbdotconf/filename')
-rw-r--r-- | docs/docbook/smbdotconf/filename/mangleprefix.xml | 4 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/filename/manglingchar.xml | 2 |
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> |