diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-20 11:20:56 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2015-04-20 11:20:56 +0000 |
commit | d0da965ab212572144c8a2d7078de381f774b189 (patch) | |
tree | b7beef222bf83bfd461971c35b2d238cc3adf387 /chapter06/man-db.xml | |
parent | 1c5e4348ae0513c30121e311ddc9366a1a86c9d9 (diff) |
Fixed backslash alignments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10893 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 40a3d261f..c199d18c8 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -43,12 +43,12 @@ <para>Prepare Man-DB for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/man-db-&man-db-version; \ - --sysconfdir=/etc \ - --disable-setuid \ - --with-browser=/usr/bin/lynx \ - --with-vgrind=/usr/bin/vgrind \ + --sysconfdir=/etc \ + --disable-setuid \ + --with-browser=/usr/bin/lynx \ + --with-vgrind=/usr/bin/vgrind \ --with-grap=/usr/bin/grap</userinput></screen> <variablelist> |