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
This commit is contained in:
Matthew Burgess 2005-06-16 20:17:22 +00:00
parent c66cbd7898
commit c18452573b
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ code.</para></listitem>
<emphasis>__cxa_atexit</emphasis>, rather than <emphasis>__cxa_atexit</emphasis>, rather than
<emphasis>atexit</emphasis>, to register C++ destructors for local <emphasis>atexit</emphasis>, to register C++ destructors for local
statics and global objects. This option is essential for fully 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 ABI, and therefore results in C++ shared libraries and C++ programs
that are interoperable with other Linux that are interoperable with other Linux
distributions.</para></listitem> distributions.</para></listitem>

View File

@ -101,7 +101,7 @@ the <command>setfont</command> program. The <command>console</command>
initscript from the LFS-Bootscripts package calls the <command>setfont</command> initscript from the LFS-Bootscripts package calls the <command>setfont</command>
program during system startup. Sending this escape sequence is program during system startup. Sending this escape sequence is
necessary for people who use non-ISO 8859-1 screen fonts, but it does 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>
<beginpage/> <beginpage/>