This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

[libstdc++] Adjust FAQ link in libsupc++/cxxabi.h


On the way, add a blank after the URL so that it's easier to copy and
paste or just click in an editor or somesuch.

Installed on mainline.  Not necessary on older branches since there is
a redirect in place.

Gerald


2011-04-24  Gerald Pfeifer  <gerald@pfeifer.com>

	* libsupc++/cxxabi.h: Adjust link to FAQ entry.
 
Index: libsupc++/cxxabi.h
===================================================================
--- libsupc++/cxxabi.h	(revision 172621)
+++ libsupc++/cxxabi.h	(working copy)
@@ -583,7 +583,7 @@
  *
  *  A brief overview of an ABI is given in the libstdc++ FAQ, question
  *  5.8 (you may have a copy of the FAQ locally, or you can view the online
- *  version at http://gcc.gnu.org/onlinedocs/libstdc++/faq/index.html#5_8).
+ *  version at http://gcc.gnu.org/onlinedocs/libstdc++/faq.html#5_8 ).
  *
  *  GCC subscribes to a cross-vendor ABI for C++, sometimes
  *  called the IA64 ABI because it happens to be the native ABI for that


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