aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/createfiles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml
index c55d40836..79fdaaf97 100644
--- a/chapter07/createfiles.xml
+++ b/chapter07/createfiles.xml
@@ -48,7 +48,7 @@
as well:</para>
<screen><userinput>cat &gt; /etc/hosts &lt;&lt; EOF
-"127.0.0.1 localhost $(hostname)"
+127.0.0.1 localhost $(hostname)
::1 localhost
EOF</userinput></screen>