summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/NetworkBrowsing.xml
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-08-12 22:34:09 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-08-12 22:34:09 +0000
commit3942962df350083f6f16f2ca94382a722bb089ff (patch)
tree16b361147e8c2c7a80d206b969d6b19f7a744138 /docs/docbook/projdoc/NetworkBrowsing.xml
parent6c8e01e44b66576efee6cdd503d2994a9bbe9992 (diff)
downloadsamba-3942962df350083f6f16f2ca94382a722bb089ff.tar.gz
samba-3942962df350083f6f16f2ca94382a722bb089ff.tar.bz2
samba-3942962df350083f6f16f2ca94382a722bb089ff.zip
Better compatibility with official syntax
(This used to be commit 9a5304a5ea9b65dbfe5980e35b8456946a331f80)
Diffstat (limited to 'docs/docbook/projdoc/NetworkBrowsing.xml')
-rw-r--r--docs/docbook/projdoc/NetworkBrowsing.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/docbook/projdoc/NetworkBrowsing.xml b/docs/docbook/projdoc/NetworkBrowsing.xml
index 20f085d646..3f5e7b0ec4 100644
--- a/docs/docbook/projdoc/NetworkBrowsing.xml
+++ b/docs/docbook/projdoc/NetworkBrowsing.xml
@@ -92,12 +92,12 @@ The technologies (or methods) employed in making all of this work includes:
</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>
@@ -1093,17 +1093,17 @@ are:
</para>
<itemizedlist>
- <listitem>WINS: the best tool!</listitem>
- <listitem>LMHOSTS: is static and hard to maintain.</listitem>
- <listitem>Broadcast: uses UDP and can not resolve names across remote segments.</listitem>
+ <listitem><para>WINS: the best tool!</para></listitem>
+ <listitem><para>LMHOSTS: is static and hard to maintain.</para></listitem>
+ <listitem><para>Broadcast: uses UDP and can not resolve names across remote segments.</para></listitem>
</itemizedlist>
<para>
Alternative means of name resolution includes:
</para>
<itemizedlist>
-<listitem><filename>/etc/hosts</filename>: is static, hard to maintain, and lacks name_type info</listitem>
-<listitem>DNS: is a good choice but lacks essential name_type info.</listitem>
+<listitem><para><filename>/etc/hosts</filename>: is static, hard to maintain, and lacks name_type info</para></listitem>
+<listitem><para>DNS: is a good choice but lacks essential name_type info.</para></listitem>
</itemizedlist>
<para>