diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-04 10:19:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-04 10:19:10 +0000 |
commit | 35c2fa60b9a0c2f4c1c9c0a6015a62defce7e435 (patch) | |
tree | 627a82de5690ce235f3dc362512fcefb14c7ab2c /chapter05/introduction.xml | |
parent | 1e66abe82d665e624ee0801a81e73d8fd14b11b3 (diff) |
More miscellaneous adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r-- | chapter05/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 6f1ba6396..c8e04a1d7 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -32,7 +32,7 @@ worry when instructions for a downloaded patch seem to be missing.</para> <para>During the installation of most packages you will see all kinds of compiler warnings scroll by on your screen. These are normal and can be safely ignored. They are just what they say they are: -warnings -- mostly about improper, but not illegal, use of the C or C++ +warnings -- mostly about deprecated, but not invalid, use of the C or C++ syntax. It's just that C standards have changed rather often and some packages still use the older standard, which is not really a problem.</para> |