aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-07-12 13:53:28 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-07-12 13:53:28 +0000
commit4945f4cbb82b40c7d094df0388de94f73b829343 (patch)
treea51326764d8026407caf783d2aafc90519dd07e2
parent108307d69aea00f3cd960a296ea60ae423ef9a7a (diff)
Removed &amp;&amp; from the last line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@794 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/symperm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/symperm.xml b/chapter07/symperm.xml
index ee43c5f6e..fc8db2e00 100644
--- a/chapter07/symperm.xml
+++ b/chapter07/symperm.xml
@@ -55,7 +55,7 @@ K002otherdaemon.
<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;</userinput>
<userinput>cd ../rc5.d &amp;&amp;</userinput>
<userinput>ln -s ../init.d/sysklogd S100sysklogd &amp;&amp;</userinput>
-<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;</userinput>
+<userinput>ln -s ../init.d/ethnet S200ethnet</userinput>
</screen>
</para>