aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-22 15:10:18 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-22 15:10:18 +0000
commitce89d7bc42b97e6f4eecbffaa2b054ef1aad15e0 (patch)
tree53d8192fff5a310f5d7dd18f1ff54cf4f86ca9b2 /chapter06
parent4e4f49248df21c2b29736cc0bcc8119ac9f9cc49 (diff)
Grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@703 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/groff-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/groff-exp.xml b/chapter06/groff-exp.xml
index c8a35b947..744f59b06 100644
--- a/chapter06/groff-exp.xml
+++ b/chapter06/groff-exp.xml
@@ -3,7 +3,7 @@
<para>
<userinput>CXXFLAGS=-Dstrerror=strerror</userinput>: If no macro
-strerror is defined, src/include/lib.h declares an function prototype
+strerror is defined, src/include/lib.h declares a function prototype
for strerror which is incompatible with Glibc's /usr/include/string.h.
By defining strerror=strerror a macro is defined which prevents the
declaration and does not alter the meaning of strerror.