diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-05-14 17:14:36 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-05-14 17:14:36 +0000 |
commit | 1fc30caad19a32679826d6f31eba82e2e38c8876 (patch) | |
tree | f397322199712da6b717a889df84a19e4b59f53a /chapter05 | |
parent | 9b04fe8983efc7ad9aee6f0c277f3317392dc2ae (diff) |
Tag fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7608 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/perl.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/perl.xml b/chapter05/perl.xml index cdbbc93f8..b22356193 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -69,7 +69,7 @@ <para>Although Perl comes with a test suite, it is not recommended to run it at this point. Only part of Perl was built and running - <userinput>make test</userinput> now will cause the rest of Perl to be + <command>make test</command> now will cause the rest of Perl to be built as well, which is unnecessary at this point. The test suite can be run in the next chapter if desired.</para> |