diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-05-10 20:08:49 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2019-05-10 20:08:49 +0000 |
commit | ceabe2782d715d3dbfcb22b4d01e08c49ad20306 (patch) | |
tree | 639e5a285c84a228ea5dc721d2ff96cfb976ec58 /chapter06/check.xml | |
parent | fbf2e1671f2ffd5bb03aee216db4021eac5b2a47 (diff) |
Add a missing backslash
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11598 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/check.xml')
-rw-r--r-- | chapter06/check.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/check.xml b/chapter06/check.xml index c77fa8ed9..5374de5c1 100644 --- a/chapter06/check.xml +++ b/chapter06/check.xml @@ -42,7 +42,7 @@ <para>Prepare Check for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr +<screen><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/check-&check-version;</userinput></screen> <para>Build the package:</para> |