diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-03 22:47:39 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-11-03 22:47:39 +0000 |
commit | 5763f6758eff4e014e353fca57c2064915c46544 (patch) | |
tree | e61156e65964d02bfffcbbe068f6e07c3c6bf966 /chapter05/coreutils.xml | |
parent | d27a27bee96bda9893300fa12df48f5789d2c0c3 (diff) |
Fixing some tiny typos, and rephrasing a few more lines.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3056 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/coreutils.xml')
-rw-r--r-- | chapter05/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 09a010c19..f0a1eb7fb 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -27,7 +27,7 @@ following command will do so:</para> <screen><userinput>make RUN_EXPENSIVE_TESTS=yes check</userinput></screen> -<para>The meaning of the make option:</para> +<para>The meaning of the make parameter:</para> <itemizedlist> <listitem><para><userinput>RUN_EXPENSIVE_TESTS=yes</userinput>: This tells the |