summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/base/netbiosname.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/netbiosname.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/netbiosname.xml')
-rw-r--r--docs/docbook/smbdotconf/base/netbiosname.xml32
1 files changed, 18 insertions, 14 deletions
diff --git a/docs/docbook/smbdotconf/base/netbiosname.xml b/docs/docbook/smbdotconf/base/netbiosname.xml
index 2daf26e2b3..287a8f9f9f 100644
--- a/docs/docbook/smbdotconf/base/netbiosname.xml
+++ b/docs/docbook/smbdotconf/base/netbiosname.xml
@@ -1,16 +1,20 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
- <term><anchor id="NETBIOSNAME"/>netbios name (G)</term>
- <listitem><para>This sets the NetBIOS name by which a Samba
- server is known. By default it is the same as the first component
- of the host's DNS name. If a machine is a browse server or
- logon server this name (or the first component
- of the hosts DNS name) will be the name that these services are
- advertised under.</para>
+<samba:parameter name="netbios name"
+ context="G"
+ basic="1" advanced="1" wizard="1" developer="1"
+ xmlns:samba="http://samba.org/common">
+<listitem>
+ <para>This sets the NetBIOS name by which a Samba
+ server is known. By default it is the same as the first component
+ of the host's DNS name. If a machine is a browse server or
+ logon server this name (or the first component
+ of the hosts DNS name) will be the name that these services are
+ advertised under.</para>
- <para>See also <link linkend="NETBIOSALIASES"><parameter moreinfo="none">netbios
- aliases</parameter></link>.</para>
+ <para>See also <link linkend="NETBIOSALIASES"><parameter moreinfo="none">netbios
+ aliases</parameter></link>.</para>
- <para>Default: <emphasis>machine DNS name</emphasis></para>
- <para>Example: <command moreinfo="none">netbios name = MYNAME</command></para>
- </listitem>
- </samba:parameter>
+ <para>Default: <emphasis>machine DNS name</emphasis></para>
+
+ <para>Example: <command moreinfo="none">netbios name = MYNAME</command></para>
+</listitem>
+</samba:parameter>