diff options
author | Phil Edwards <pme@gcc.gnu.org> | 2001-07-09 21:47:36 +0000 |
---|---|---|
committer | Phil Edwards <pme@gcc.gnu.org> | 2001-07-09 21:47:36 +0000 |
commit | 3abbcbb1b3545984c380ec114fcc38093db048dc (patch) | |
tree | 78a05a1ff91c881817adbb98a3d52f2e8949c53d /libstdc++-v3/docs/html/configopts.html | |
parent | af076e58d9b3da591184bba5a4d0dd947c0dc4fc (diff) | |
download | gcc-3abbcbb1b3545984c380ec114fcc38093db048dc.zip gcc-3abbcbb1b3545984c380ec114fcc38093db048dc.tar.gz gcc-3abbcbb1b3545984c380ec114fcc38093db048dc.tar.bz2 |
configopts.html: Fix thinko.
2001-07-09 Phil Edwards <pme@sources.redhat.com>
* docs/html/configopts.html: Fix thinko.
* docs/html/27_io/howto.html: Fix thinko and HTML markup.
* include/bits/stl_iterator.h: Fix typo.
From-SVN: r43878
Diffstat (limited to 'libstdc++-v3/docs/html/configopts.html')
-rw-r--r-- | libstdc++-v3/docs/html/configopts.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html index 513e54601..b2ea3ed 100644 --- a/libstdc++-v3/docs/html/configopts.html +++ b/libstdc++-v3/docs/html/configopts.html @@ -7,7 +7,7 @@ <META NAME="GENERATOR" CONTENT="vi and eight fingers"> <TITLE>libstdc++-v3 configure options</TITLE> <LINK REL=StyleSheet HREF="lib3styles.css"> -<!-- $Id: configopts.html,v 1.10 2001/04/20 08:59:25 bkoz Exp $ --> +<!-- $Id: configopts.html,v 1.11 2001/07/09 19:37:01 pme Exp $ --> </HEAD> <BODY> @@ -71,7 +71,7 @@ options</A></H1> </P> <DT><TT>--enable-sjlj-exceptions </TT> - <DD><P>Forces old, short-jump/long-jump exception handling model. If + <DD><P>Forces old, set-jump/long-jump exception handling model. If at all possible, the new, frame unwinding exception handling routines should be used instead, as they significantly reduce both runtime memory usage and executable size. @@ -211,7 +211,7 @@ options</A></H1> <HR> <P CLASS="fineprint"><EM> -$Id: configopts.html,v 1.10 2001/04/20 08:59:25 bkoz Exp $ +$Id: configopts.html,v 1.11 2001/07/09 19:37:01 pme Exp $ </EM></P> |