aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps.xml
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2015-04-20 11:20:56 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2015-04-20 11:20:56 +0000
commitd0da965ab212572144c8a2d7078de381f774b189 (patch)
treeb7beef222bf83bfd461971c35b2d238cc3adf387 /chapter06/procps.xml
parent1c5e4348ae0513c30121e311ddc9366a1a86c9d9 (diff)
Fixed backslash alignments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r--chapter06/procps.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index b8fb4182f..7baf9d7cc 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -42,11 +42,11 @@
<para>Now prepare procps-ng for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr \
- --exec-prefix= \
- --libdir=/usr/lib \
+<screen><userinput remap="configure">./configure --prefix=/usr \
+ --exec-prefix= \
+ --libdir=/usr/lib \
--docdir=/usr/share/doc/procps-ng-&procps-ng-version; \
- --disable-static \
+ --disable-static \
--disable-kill</userinput></screen>
<variablelist>