diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-23 18:35:06 +0000 |
commit | 764d8f4d378f3bb4828e529057b0990297f8e28e (patch) | |
tree | 8395633182130a6606d7336223f974171792f19d /chapter05/binutils-exp.xml | |
parent | 639a66c82c1958d7795167f50e52edfaf3f67962 (diff) |
Applied Bill Maltby's grammatic-fixes patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2130 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-exp.xml')
-rw-r--r-- | chapter05/binutils-exp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-exp.xml b/chapter05/binutils-exp.xml index a1a226d35..8bc95d288 100644 --- a/chapter05/binutils-exp.xml +++ b/chapter05/binutils-exp.xml @@ -6,7 +6,7 @@ instructions for Binutils recommend creating a separate build directory instead of compiling the package inside the source tree. So, we create a binutils-build directory and work from there.</para> -<para><userinput>--disable-nls:</userinput> This option disabled +<para><userinput>--disable-nls:</userinput> This option disables internationalization (also known as i18n). We don't need this for our static programs and nls often causes problems when you're linking statically.</para> |