diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-04-16 02:04:19 +0000 |
commit | 8ef599c59a5b67f39a8fb01fc8d58890ae2c0508 (patch) | |
tree | 97c04e05061a55badb3095e10cf7e2e0ccb43242 /chapter07/hosts.xml | |
parent | 20ea64e47845062b7ab1a8e8984bf73c3098ba7c (diff) |
Removed blank lines after <literallayout> and before </literallayout>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/hosts.xml')
-rw-r--r-- | chapter07/hosts.xml | 8 |
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> - <my-IP> 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 > /etc/hosts << "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 > /etc/hosts << "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> |