aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-05-18 22:26:52 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-05-18 22:26:52 +0000
commite4893a1d72330f044dd57a406c9bd7d06b334a7c (patch)
tree5373c315e888927baced5a1f230255fe0e363783
parent6a1bc6dff49494fec69397cc16bad0676ced75a5 (diff)
Removed &amp;&amp; from the last line of commands to be executed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter07/ethnet-symperm.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter07/ethnet-symperm.xml b/chapter07/ethnet-symperm.xml
index 8ec88eebc..f637bd8ef 100644
--- a/chapter07/ethnet-symperm.xml
+++ b/chapter07/ethnet-symperm.xml
@@ -28,8 +28,7 @@ running the following commands:
<userinput>ln -s ../init.d/ethnet S200ethnet &amp;&amp;
</userinput>
<userinput>cd ../rc6.d &amp;&amp;</userinput>
- <userinput>ln -s ../init.d/ethnet K800ethnet &amp;&amp;
- </userinput>
+ <userinput>ln -s ../init.d/ethnet K800ethnet</userinput>
</literallayout></blockquote>
</sect2>