diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 22:18:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-07-31 22:18:11 +0000 |
commit | 89868054fc2d33c7cbbd4262d5f179ec536afb1e (patch) | |
tree | 308264fffc2df683b9b868c57fcb4a71fc0aacb1 /chapter06 | |
parent | 9aba7e54b0faa47f52206f1c9d4c7d9c87f13310 (diff) |
removed trailing space after </userinput>
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@874 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index f76bafd5a..29ff3d5f6 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -4,7 +4,7 @@ <para>Install Procps by running the following commands:</para> <para><screen><userinput>make &&</userinput> -<userinput>make XSCPT='' install &&</userinput> +<userinput>make XSCPT='' install &&</userinput> <userinput>mv /usr/bin/kill /bin</userinput></screen></para> </sect2> |