diff options
Diffstat (limited to 'docs/docbook/smbdotconf/protocol/unicode.xml')
-rw-r--r-- | docs/docbook/smbdotconf/protocol/unicode.xml | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/docbook/smbdotconf/protocol/unicode.xml b/docs/docbook/smbdotconf/protocol/unicode.xml index 866dad28a0..be93cb61e2 100644 --- a/docs/docbook/smbdotconf/protocol/unicode.xml +++ b/docs/docbook/smbdotconf/protocol/unicode.xml @@ -1,11 +1,13 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="UNICODE"/>unicode (G)</term> - <listitem><para>Specifies whether Samba should try - to use unicode on the wire by default. Note: This does NOT - mean that samba will assume that the unix machine uses unicode! - </para> +<samba:parameter name="unicode" + context="G" + developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>Specifies whether Samba should try + to use unicode on the wire by default. Note: This does NOT + mean that samba will assume that the unix machine uses unicode! + </para> - <para>Default: <command moreinfo="none">unicode = yes</command></para> - - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">unicode = yes</command></para> +</listitem> +</samba:parameter> |