aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter07/ethnet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml
index a1630a6cc..fcbb0c1ff 100644
--- a/chapter07/ethnet.xml
+++ b/chapter07/ethnet.xml
@@ -124,7 +124,7 @@ If you require a default gateway to be setup, run the following command:
<literallayout>
-<userinput>cat &gt;&gt; /etc/sysconfig/network &lt;&lt; "EOF"</userinput>
+<userinput>cat &gt; /etc/sysconfig/network &lt;&lt; "EOF"</userinput>
GATEWAY=192.168.1.2
<userinput>EOF</userinput>