diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/networkd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 1ce19b8c1..54119f03e 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -253,7 +253,7 @@ EOF</userinput></screen> <para>If using a static address, create the <filename>/etc/hosts</filename> file by running this command instead:</para> -<screen role="nodump"><userinput>cat > /etc/hosts << "EOF" +<screen><userinput>cat > /etc/hosts << "EOF" <literal># Begin /etc/hosts 127.0.0.1 localhost |