diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-18 21:33:52 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-18 21:33:52 +0000 |
commit | 01a9400524e3a6c0b0b1bd70c5fdd942d88d75dc (patch) | |
tree | edcd88a633022a14847cdffb74f33a3186b4ef46 /chapter06/grep.xml | |
parent | e1ad8a8f33b5740f71dc829a4297a6f03c965b4c (diff) |
Fixed a badplaced attribute.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8391 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grep.xml')
-rw-r--r-- | chapter06/grep.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/grep.xml b/chapter06/grep.xml index 81c28d476..2111da256 100644 --- a/chapter06/grep.xml +++ b/chapter06/grep.xml @@ -54,9 +54,9 @@ <screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen> - <para remap="make">Compile the package:</para> + <para>Compile the package:</para> -<screen><userinput>make</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>To test the results, issue:</para> |