diff options
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 | ||||
-rw-r--r-- | chapter06/sysvinit.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index c25431601..2489dffc8 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -131,7 +131,7 @@ code.</para></listitem> <emphasis>__cxa_atexit</emphasis>, rather than <emphasis>atexit</emphasis>, 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.</para></listitem> diff --git a/chapter06/sysvinit.xml b/chapter06/sysvinit.xml index c22b27dab..4ae713a6a 100644 --- a/chapter06/sysvinit.xml +++ b/chapter06/sysvinit.xml @@ -102,7 +102,7 @@ the <command>setfont</command> program. The <command>console</command> initscript from the LFS-Bootscripts package calls the <command>setfont</command> 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.</para> +not affect native English speakers.</para> </sect2> |