diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/createfiles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/createfiles.xml b/chapter07/createfiles.xml index 314540e7e..ca7de3802 100644 --- a/chapter07/createfiles.xml +++ b/chapter07/createfiles.xml @@ -48,8 +48,8 @@ as well:</para> <screen><userinput>cat > /etc/hosts << EOF -127.0.0.1 localhost $(hostname) -::1 localhost +<literal>127.0.0.1 localhost $(hostname) +::1 localhost</literal> EOF</userinput></screen> <para>In order for user <systemitem class="username">root</systemitem> to be |