diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 21:14:15 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-05 21:14:15 +0000 |
commit | e4cc0d93a67a16f73d7ff98c1a31c22caf4e87e7 (patch) | |
tree | 43a761aa672dff5136d1a4f9385db926ca784dfb /chapter06 | |
parent | 0ebf95fbb1154ce86a28b4636ec1a4a404bf320b (diff) |
Removed && on the last command line
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@106 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/ldso-inst.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/ldso-inst.sgml b/chapter06/ldso-inst.sgml index aa47e3594..d89670ab4 100644 --- a/chapter06/ldso-inst.sgml +++ b/chapter06/ldso-inst.sgml @@ -9,7 +9,7 @@ Install Ld.so by running the following commands: <userinput>cd man &&</userinput> <userinput>cp ldd.1 /usr/share/man/man1 &&</userinput> - <userinput>cp *.8 /usr/share/man/man8 &&</userinput> + <userinput>cp *.8 /usr/share/man/man8</userinput> </literallayout></blockquote> |