From c18452573b72766a1d4dd0fe0982f16aa917d2be Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Thu, 16 Jun 2005 20:17:22 +0000 Subject: [PATCH] Correct misuse of effect (Randy McMurchy). Merged from trunk r6028 git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/gcc-pass2.xml | 2 +- chapter06/sysvinit.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 18302aae4..cbd4e5798 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -129,7 +129,7 @@ code. __cxa_atexit, rather than atexit, to register C++ destructors for local statics and global objects. This option is essential for fully -standards-compliant handling of destructors. It also effects the C++ +standards-compliant handling of destructors. It also affects the C++ ABI, and therefore results in C++ shared libraries and C++ programs that are interoperable with other Linux distributions. diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index d9b3c69b0..fbf43f4c1 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -101,7 +101,7 @@ the setfont program. The console initscript from the LFS-Bootscripts package calls the setfont program during system startup. Sending this escape sequence is necessary for people who use non-ISO 8859-1 screen fonts, but it does -not effect native English speakers. +not affect native English speakers.