diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-09-05 14:46:49 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:46:01 -0500 |
commit | 153cf131399cd53ce66f0814337579572ecefbff (patch) | |
tree | 23d438282f74caa6a929b8dd889d57b9fc3fd02d /docs/Samba-HOWTO-Collection/NetworkBrowsing.xml | |
parent | 031f4681472f56c36441b43612b4babfa24288a3 (diff) | |
download | samba-153cf131399cd53ce66f0814337579572ecefbff.tar.gz samba-153cf131399cd53ce66f0814337579572ecefbff.tar.bz2 samba-153cf131399cd53ce66f0814337579572ecefbff.zip |
Better conformance to DocBook standards
(This used to be commit 54d2975708657319e6ca42c44bd1e871abd09d85)
Diffstat (limited to 'docs/Samba-HOWTO-Collection/NetworkBrowsing.xml')
-rw-r--r-- | docs/Samba-HOWTO-Collection/NetworkBrowsing.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml b/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml index 1855fa1809..9b93c8a434 100644 --- a/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml +++ b/docs/Samba-HOWTO-Collection/NetworkBrowsing.xml @@ -99,12 +99,12 @@ The technologies (or methods) employed in making all of this work include: </para> <itemizedlist> - <listitem>MS Windows machines register their presence to the network.</listitem> - <listitem>Machines announce themselves to other machines on the network.</listitem> - <listitem>One or more machine on the network collates the local announcements.</listitem> - <listitem>The client machine finds the machine that has the collated list of machines.</listitem> - <listitem>The client machine is able to resolve the machine names to IP addresses.</listitem> - <listitem>The client machine is able to connect to a target machine.</listitem> + <listitem><para>MS Windows machines register their presence to the network.</para></listitem> + <listitem><para>Machines announce themselves to other machines on the network.</para></listitem> + <listitem><para>One or more machine on the network collates the local announcements.</para></listitem> + <listitem><para>The client machine finds the machine that has the collated list of machines.</para></listitem> + <listitem><para>The client machine is able to resolve the machine names to IP addresses.</para></listitem> + <listitem><para>The client machine is able to connect to a target machine.</para></listitem> </itemizedlist> <para> @@ -1184,17 +1184,17 @@ are: </para> <itemizedlist> - <listitem>WINS &smbmdash; the best tool.</listitem> - <listitem>LMHOSTS &smbmdash; static and hard to maintain.</listitem> - <listitem>Broadcast &smbmdash; uses UDP and cannot resolve names across remote segments.</listitem> + <listitem><para>WINS &smbmdash; the best tool.</para></listitem> + <listitem><para>LMHOSTS &smbmdash; static and hard to maintain.</para></listitem> + <listitem><para>Broadcast &smbmdash; uses UDP and cannot resolve names across remote segments.</para></listitem> </itemizedlist> <para> Alternative means of name resolution include: </para> <itemizedlist> -<listitem>Static <filename>/etc/hosts</filename> &smbmdash; hard to maintain, and lacks name_type info.</listitem> -<listitem>DNS &smbmdash; is a good choice but lacks essential name_type info.</listitem> +<listitem><para>Static <filename>/etc/hosts</filename> &smbmdash; hard to maintain, and lacks name_type info.</para></listitem> +<listitem><para>DNS &smbmdash; is a good choice but lacks essential name_type info.</para></listitem> </itemizedlist> <para> |