diff options
author | Alexander Bokovoy <ab@samba.org> | 2003-03-27 18:28:55 +0000 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2003-03-27 18:28:55 +0000 |
commit | 2b984c620814b1258c8b4e006dde370b19b4461d (patch) | |
tree | 3055ca8eff0bce354cf663ab8c7af4afb8b049fb /docs/docbook/smbdotconf/base/unixcharset.xml | |
parent | 85a1207a4702be62692544e794dea88c21095423 (diff) | |
download | samba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.gz samba-2b984c620814b1258c8b4e006dde370b19b4461d.tar.bz2 samba-2b984c620814b1258c8b4e006dde370b19b4461d.zip |
1. Fix generate-file-list.sh to produce a list sorted by parameter name, not parameter section.
2. Convert base parameters to new meta-information scheme
(This used to be commit 6026e47cfe493625c6ed017ecae3cc785a6d0347)
Diffstat (limited to 'docs/docbook/smbdotconf/base/unixcharset.xml')
-rw-r--r-- | docs/docbook/smbdotconf/base/unixcharset.xml | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/docbook/smbdotconf/base/unixcharset.xml b/docs/docbook/smbdotconf/base/unixcharset.xml index 0ea84e38c8..f003c097aa 100644 --- a/docs/docbook/smbdotconf/base/unixcharset.xml +++ b/docs/docbook/smbdotconf/base/unixcharset.xml @@ -1,11 +1,15 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="UNIXCHARSET"/>unix charset (G)</term> - <listitem><para>Specifies the charset the unix machine - Samba runs on uses. Samba needs to know this in order to be able to - convert text to the charsets other SMB clients use. - </para> +<samba:parameter name="unix charset" + context="G" + advanced="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>Specifies the charset the unix machine + Samba runs on uses. Samba needs to know this in order to be able to + convert text to the charsets other SMB clients use. + </para> - <para>Default: <command moreinfo="none">unix charset = UTF8</command></para> - <para>Example: <command moreinfo="none">unix charset = ASCII</command></para> - </listitem> - </samba:parameter> + <para>Default: <command moreinfo="none">unix charset = UTF8</command></para> + + <para>Example: <command moreinfo="none">unix charset = ASCII</command></para> +</listitem> +</samba:parameter> |