aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/make-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 21:25:09 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-05-26 21:25:09 +0000
commit32cee45c7138e9385d0341d093a03d7f660ec749 (patch)
tree99abe7b5b47628c9332d22d3034ed6a58a3b9ee3 /chapter05/make-inst.xml
parent624fe9515e30944c35363b646b0b0cde87eeb802 (diff)
Applied Alex Groenewoud's namesandspaces.dat patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1913 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/make-inst.xml')
-rw-r--r--chapter05/make-inst.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/make-inst.xml b/chapter05/make-inst.xml
index 0be34b03c..bbc7935ff 100644
--- a/chapter05/make-inst.xml
+++ b/chapter05/make-inst.xml
@@ -14,10 +14,10 @@ make install</userinput></screen></para>
otherwise the `-l' option will probably not work. You may need special
privileges to complete the installation of /mnt/lfs/static/bin/make.</screen></blockquote>
-<para>You can safely ignore this warning. make doesn't need to be owned by
-group kmem and setgid for the <emphasis>-l</emphasis> option to work (which
-you can use to tell make not to start any new jobs when a certain load on
-the system is reached).</para>
+<para>You can safely ignore this warning. The make program doesn't actually need to be owned by
+group kmem and setgid for the <emphasis>-l</emphasis> option to work. (This option
+tells make not to start any new jobs when a certain load on
+the system has been reached.)</para>
</sect2>