This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: libstdc++/faq/index.html markup


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 &lt;ext/hash_map&gt;
           </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 &lt;ext/hash_map&gt;
           </PRE>
        <P>Extensions to the library have


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]