aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/hosts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07/hosts.xml')
-rw-r--r--chapter07/hosts.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/chapter07/hosts.xml b/chapter07/hosts.xml
index 787ab47b2..490306a81 100644
--- a/chapter07/hosts.xml
+++ b/chapter07/hosts.xml
@@ -8,9 +8,7 @@ example is:
</para>
<blockquote><literallayout>
-
&lt;my-IP&gt; myhost.mydomain.org aliases
-
</literallayout></blockquote>
<para>
@@ -19,12 +17,10 @@ IP-address range. Valid ranges are:
</para>
<blockquote><literallayout>
-
Class Networks
A 10.0.0.0
B 172.16.0.0 through 172.31.0.0
C 192.168.0.0 through 192.168.255.0
-
</literallayout></blockquote>
<para>
@@ -44,7 +40,6 @@ If a network card is not going to be configured, a new file
</para>
<literallayout>
-
<userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"</userinput>
# Begin /etc/hosts (no network card version)
@@ -52,7 +47,6 @@ If a network card is not going to be configured, a new file
# End /etc/hosts (no network card version)
<userinput>EOF</userinput>
-
</literallayout>
<para>
@@ -61,7 +55,6 @@ If a network card is to be configured, a new file
</para>
<literallayout>
-
<userinput>cat &gt; /etc/hosts &lt;&lt; "EOF"</userinput>
# Begin /etc/hosts (network card version)
@@ -70,7 +63,6 @@ If a network card is to be configured, a new file
# End /etc/hosts (network card version)
<userinput>EOF</userinput>
-
</literallayout>
<para>