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/netbiosaliases.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/netbiosaliases.xml')
-rw-r--r-- | docs/docbook/smbdotconf/base/netbiosaliases.xml | 33 |
1 files changed, 18 insertions, 15 deletions
diff --git a/docs/docbook/smbdotconf/base/netbiosaliases.xml b/docs/docbook/smbdotconf/base/netbiosaliases.xml index b0a7688a83..a62fb8f7d6 100644 --- a/docs/docbook/smbdotconf/base/netbiosaliases.xml +++ b/docs/docbook/smbdotconf/base/netbiosaliases.xml @@ -1,17 +1,20 @@ -<samba:parameter xmlns:samba="http://samba.org/common"> - <term><anchor id="NETBIOSALIASES"/>netbios aliases (G)</term> - <listitem><para>This is a list of NetBIOS names that <ulink url="nmbd.8.html">nmbd(8)</ulink> will advertise as additional - names by which the Samba server is known. This allows one machine - to appear in browse lists under multiple names. If a machine is - acting as a browse server or logon server none - of these names will be advertised as either browse server or logon - servers, only the primary name of the machine will be advertised - with these capabilities.</para> +<samba:parameter name="netbios aliases" + context="G" + advanced="1" wizard="1" developer="1" + xmlns:samba="http://samba.org/common"> +<listitem> + <para>This is a list of NetBIOS names that <ulink url="nmbd.8.html">nmbd(8)</ulink> will + advertise as additional names by which the Samba server is known. This allows one machine + to appear in browse lists under multiple names. If a machine is acting as a browse server + or logon server none of these names will be advertised as either browse server or logon + servers, only the primary name of the machine will be advertised with these capabilities. + </para> - <para>See also <link linkend="NETBIOSNAME"><parameter moreinfo="none">netbios - name</parameter></link>.</para> + <para>See also <link linkend="NETBIOSNAME"><parameter moreinfo="none">netbios + name</parameter></link>.</para> - <para>Default: <emphasis>empty string (no additional names)</emphasis></para> - <para>Example: <command moreinfo="none">netbios aliases = TEST TEST1 TEST2</command></para> - </listitem> - </samba:parameter> + <para>Default: <emphasis>empty string (no additional names)</emphasis></para> + + <para>Example: <command moreinfo="none">netbios aliases = TEST TEST1 TEST2</command></para> +</listitem> +</samba:parameter> |