PATCH: libstdc++/faq/index.html markup
Gerald Pfeifer
pfeifer@dbai.tuwien.ac.at
Sun Nov 19 13:08:00 GMT 2000
Installed.
Gerald
2000-11-19 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
* faq/index.html: Fix markup.
* faq/index.txt: Regenerated.
Index: faq/index.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/libstdc++/faq/index.html,v
retrieving revision 1.10
diff -c -3 -p -r1.10 index.html
*** index.html 2000/11/19 02:52:01 1.10
--- index.html 2000/11/19 21:05:47
*************** HREF=" http://sources.redhat.com/ml/libst
*** 521,528 ****
preprocessor search the g++-v3/ext and /backward directories,
it is better to refer to files there by their path, as in:
<!-- Careful, the leading spaces in PRE show up directly. -->
- <PRE>
</P>
#include <ext/hash_map>
</PRE>
<P>Extensions to the library have
--- 521,528 ----
preprocessor search the g++-v3/ext and /backward directories,
it is better to refer to files there by their path, as in:
<!-- Careful, the leading spaces in PRE show up directly. -->
</P>
+ <PRE>
#include <ext/hash_map>
</PRE>
<P>Extensions to the library have
More information about the Gcc-patches
mailing list