diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 23:07:36 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 23:07:36 +0000 |
commit | 2dff95bc2c82c15c169c976ce09d40bbe0663ed9 (patch) | |
tree | ae638412b870344d8bdf60548c4e37b97f7e4dcb | |
parent | 8164585919d3c5208a7dab7c6f95997443b0269a (diff) |
white space matters...
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/ethnet.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter07/ethnet.xml b/chapter07/ethnet.xml index e87c955b6..1192da7c6 100644 --- a/chapter07/ethnet.xml +++ b/chapter07/ethnet.xml @@ -138,8 +138,7 @@ identification number (or whatever a user named it).</para> <para>First the nic-config directory is created by running:</para> -<para><screen><userinput>mkdir -/etc/sysconfig/nic-config</userinput></screen></para> +<para><screen><userinput>mkdir /etc/sysconfig/nic-config</userinput></screen></para> <para>Now, new files are created in that directory containing the following. The following command creates a sample file ifcfg-eth0:</para> |