1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
This commit is contained in:
John Terpstra 0001-01-01 00:00:00 +00:00
parent 37d2eed445
commit 22d644505f
2 changed files with 5 additions and 1 deletions

View 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>

View 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>