diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 03:02:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-08 03:02:53 +0000 |
commit | 4783efe5de8eccca80fa9c7c7b9d6323fd045c9f (patch) | |
tree | bd993e52cd35466a77730871e154269f7ebf0854 /chapter05/libstdc++.xml | |
parent | 3c7ea1f646524a45905371d0fbadc99f9f9d64a3 (diff) |
Enable building sulogin in util-linux.
Supress installing sysvinit's sulogin.
Several text updates from Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10386 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r-- | chapter05/libstdc++.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index 02c4a05db..9a6ad2415 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -99,7 +99,7 @@ cd ../gcc-build</userinput></screen> searched by the C++ compiler. In a normal build, this information is automatically passed to the Libstdc++ <command>configure</command> options from the toplevel directory. In our case, this information - must be explicitely given.</para> + must be explicitly given.</para> </listitem> </varlistentry> |