mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
0f8d5b210a
Fixed some wrong context marks (most of "hide ..." parameters are per-share)
15 lines
592 B
XML
15 lines
592 B
XML
<samba:parameter name="mangling char"
|
|
context="S"
|
|
xmlns:samba="http://samba.org/common">
|
|
<listitem>
|
|
<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>
|
|
|
|
<para>Default: <command moreinfo="none">mangling char = ~</command></para>
|
|
|
|
<para>Example: <command moreinfo="none">mangling char = ^</command></para>
|
|
</listitem>
|
|
</samba:parameter>
|