diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-03-09 20:12:34 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2012-03-09 20:12:34 +0000 |
commit | 9f5aaf72b238f5cfff30bc412caa014f1eac0bc0 (patch) | |
tree | a6a1f0208a7341a6b1448bac6b10ba60720cbe89 /chapter06/perl.xml | |
parent | eb1ffed9b2e3cbbd1ce5ed50f211f83cf6850554 (diff) |
Add whitespace for better readability of instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9771 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/perl.xml')
-rw-r--r-- | chapter06/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/perl.xml b/chapter06/perl.xml index 813405376..285c4ec98 100644 --- a/chapter06/perl.xml +++ b/chapter06/perl.xml @@ -66,7 +66,7 @@ this package is built. Alternatively, use the command exactly as below to use the defaults that Perl auto-detects:</para> -<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \ +<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr \ -Dvendorprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ |