summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/base/workgroup.xml
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
committerAlexander Bokovoy <ab@samba.org>2003-03-27 18:28:55 +0000
commit2b984c620814b1258c8b4e006dde370b19b4461d (patch)
tree3055ca8eff0bce354cf663ab8c7af4afb8b049fb /docs/docbook/smbdotconf/base/workgroup.xml
parent85a1207a4702be62692544e794dea88c21095423 (diff)
downloadsamba-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/workgroup.xml')
-rw-r--r--docs/docbook/smbdotconf/base/workgroup.xml25
1 files changed, 15 insertions, 10 deletions
diff --git a/docs/docbook/smbdotconf/base/workgroup.xml b/docs/docbook/smbdotconf/base/workgroup.xml
index 71ea89d202..65300bca58 100644
--- a/docs/docbook/smbdotconf/base/workgroup.xml
+++ b/docs/docbook/smbdotconf/base/workgroup.xml
@@ -1,11 +1,16 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="WORKGROUP"/>workgroup (G)</term>
- <listitem><para>This controls what workgroup your server will
- appear to be in when queried by clients. Note that this parameter
- also controls the Domain name used with the <link linkend="SECURITYEQUALSDOMAIN"><command moreinfo="none">security = domain</command></link>
- setting.</para>
+<samba:parameter name="workgroup"
+ context="G"
+ basic="1" advanced="1" wizard="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This controls what workgroup your server will
+ appear to be in when queried by clients. Note that this parameter
+ also controls the Domain name used with
+ the <link linkend="SECURITYEQUALSDOMAIN"><command moreinfo="none">security = domain</command></link>
+ setting.</para>
- <para>Default: <emphasis>set at compile time to WORKGROUP</emphasis></para>
- <para>Example: <command moreinfo="none">workgroup = MYGROUP</command></para>
- </listitem>
- </samba:parameter>
+ <para>Default: <emphasis>set at compile time to WORKGROUP</emphasis></para>
+
+ <para>Example: <command moreinfo="none">workgroup = MYGROUP</command></para>
+</listitem>
+</samba:parameter>