This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: a little mistake


On Tue, Oct 23, 2001 at 06:41:47PM -0400, Phil Edwards wrote:
> On Tue, Oct 23, 2001 at 05:06:13PM -0500, Asher Freese wrote:
> > you have a link to
> > http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/headER_POLICY
> > which gives a not found error;
> 
> My fault.  I'll fix this as soon as SSH is working for me again.

Well, it's working well enough for me to finally fix this silly typo.
Applied to trunk.


2001-10-25  Phil Edwards  <pme@gcc.gnu.org>

	* docs/html/documentation.html:  Fix typo.


Index: docs/html/documentation.html
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/docs/html/documentation.html,v
retrieving revision 1.10
diff -u -3 -p -r1.10 documentation.html
--- documentation.html	2001/10/11 18:41:41	1.10
+++ documentation.html	2001/10/25 21:07:00
@@ -60,7 +60,7 @@
          - GPL v2 license terms
          <li><a href="17_intro/DESIGN">DESIGN</a>
          - overview of the implementation plan
-         <li><a href="17_intro/headER_POLICY">headER_POLICY</a>
+         <li><a href="17_intro/HEADER_POLICY">HEADER_POLICY</a>
          - header naming and sub-include structure
          <li><a href="17_intro/PROBLEMS">PROBLEMS</a>
          <!-- Linking to "../README" doesn't work; we are at the top level


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