aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/docs
diff options
context:
space:
mode:
authorMatthias Klose <doko@debian.org>2004-04-23 22:06:51 +0000
committerMatthias Klose <doko@gcc.gnu.org>2004-04-23 22:06:51 +0000
commitadabbcf475e259e77ef3b3d94f2070327955ee0a (patch)
treedf8c7ce50b1658a627dc93c635cd535d607268af /libstdc++-v3/docs
parent1548580c20926cec85916f89a029d6c3946c9961 (diff)
downloadgcc-adabbcf475e259e77ef3b3d94f2070327955ee0a.zip
gcc-adabbcf475e259e77ef3b3d94f2070327955ee0a.tar.gz
gcc-adabbcf475e259e77ef3b3d94f2070327955ee0a.tar.bz2
Jonathan Wakely <cow@compsoc.man.ac.uk>
2004-04-24 Matthias Klose <doko@debian.org> Jonathan Wakely <cow@compsoc.man.ac.uk> * docs/html/configopts.html: Fix reference to allocator config option. From-SVN: r81114
Diffstat (limited to 'libstdc++-v3/docs')
-rw-r--r--libstdc++-v3/docs/html/configopts.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/docs/html/configopts.html b/libstdc++-v3/docs/html/configopts.html
index 6a2e214..7e27ee0 100644
--- a/libstdc++-v3/docs/html/configopts.html
+++ b/libstdc++-v3/docs/html/configopts.html
@@ -135,7 +135,7 @@ options</a></h1>
<dd><p>Select a target-specific underlying std::allocator. The
choices are 'new' to specify a wrapper for new, 'malloc' to
specify a wrapper for malloc, 'mt' for a fixed power of two allocator
- (More <a href="http://sources.redhat.com/glibc/">info</a>) or
+ (<a href="ext/mt_allocator.html">documented</a> under extensions) or
'bitmap' for a bitmap allocator. This option can change the
library ABI.
</p>