aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-13 13:26:45 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-13 13:26:45 +0000
commit91b45adcd650bca92b7186aaf4230d8d34c85fff (patch)
treee0242195463e721f6e492407fb7884533d0d7c9e /chapter06
parentb8b390a5c18db7dd7c3d393b24b4e45f9d70f2b2 (diff)
Applied Billy's grammatical patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2317 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/config-shadowpwd.xml4
-rw-r--r--chapter06/gcc-exp.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/config-shadowpwd.xml b/chapter06/config-shadowpwd.xml
index 75527f2a6..265851254 100644
--- a/chapter06/config-shadowpwd.xml
+++ b/chapter06/config-shadowpwd.xml
@@ -7,9 +7,9 @@ file within the unpacked shadow password suite's source tree. There's one
thing to keep in mind if you decide to use shadow support: that
programs that need to verify passwords (for example xdm, ftp daemons,
pop3 daemons) need to be 'shadow-compliant', that is they need to
-be able to work with shadow'ed passwords.</para>
+be able to work with shadowed passwords.</para>
-<para>To enable shadow'ed passwords, run the following command:</para>
+<para>To enable shadowed passwords, run the following command:</para>
<para><screen><userinput>/usr/sbin/pwconv</userinput></screen></para>
diff --git a/chapter06/gcc-exp.xml b/chapter06/gcc-exp.xml
index c7777438b..42f3430ac 100644
--- a/chapter06/gcc-exp.xml
+++ b/chapter06/gcc-exp.xml
@@ -2,11 +2,11 @@
<title>Command explanations</title>
<para><userinput>--enable-threads=posix:</userinput> This enables C++
-exception handling for multithreaded code.</para>
+exception handling for multi-threaded code.</para>
<para><userinput>--enable-__cxa_atexit:</userinput> This option will result
in C++ shared libraries and C++ programs that are interoperable with other
-linux distributions.</para>
+Linux distributions.</para>
<para><userinput>--enable-clocale=gnu:</userinput> There is a risk that
some people will build ABI incompatible C++ libraries if they didn't install