Author: matthew Date: 2005-06-16 14:17:22 -0600 (Thu, 16 Jun 2005) New Revision: 6029
Modified: branches/6.1/BOOK/chapter05/gcc-pass2.xml branches/6.1/BOOK/chapter06/sysvinit.xml Log: Correct misuse of effect (Randy McMurchy). Merged from trunk r6028 Modified: branches/6.1/BOOK/chapter05/gcc-pass2.xml =================================================================== --- branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-06-16 20:16:09 UTC (rev 6028) +++ branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-06-16 20:17:22 UTC (rev 6029) @@ -129,7 +129,7 @@ <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> Modified: branches/6.1/BOOK/chapter06/sysvinit.xml =================================================================== --- branches/6.1/BOOK/chapter06/sysvinit.xml 2005-06-16 20:16:09 UTC (rev 6028) +++ branches/6.1/BOOK/chapter06/sysvinit.xml 2005-06-16 20:17:22 UTC (rev 6029) @@ -101,7 +101,7 @@ 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> <beginpage/> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
