Patch to add trailing slash to an URL in gcc.texi

Joseph S. Myers jsm28@cam.ac.uk
Thu Jun 7 19:46:00 GMT 2001


URLs for directories should have trailing slashes to avoid excess
redirects.  The URL given for the Objective C standard had such a
trailing slash on the branch, but not the mainline.  This mainline
patch fixes this; installed as obvious.

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.10274
diff -u -r1.10274 ChangeLog
--- ChangeLog	2001/06/08 02:28:03	1.10274
+++ ChangeLog	2001/06/08 02:42:37
@@ -1,3 +1,7 @@
+2001-06-08  Joseph S. Myers  <jsm28@cam.ac.uk>
+
+	* doc/gcc.texi: Add trailing slash to URL.
+
 2001-06-07  Stan Shebs  <shebs@apple.com>
 
 	* config/darwin.h (ENCODE_SECTION_INFO): Define.
Index: doc/gcc.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/gcc.texi,v
retrieving revision 1.3
diff -u -r1.3 gcc.texi
--- gcc.texi	2001/06/02 22:33:29	1.3
+++ gcc.texi	2001/06/08 02:42:38
@@ -472,7 +472,7 @@
 There is no formal written standard for Objective-C.  The most
 authoritative manual is ``Object-Oriented Programming and the
 Objective-C Language'', available at a number of web sites;
-@uref{ http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC} has a
+@uref{ http://developer.apple.com/techpubs/macosx/Cocoa/ObjectiveC/} has a
 recent version, while @uref{ http://www.toodarkpark.org/computers/objc/}
 is an older example.  @uref{ http://www.gnustep.org} includes useful
 information as well.

-- 
Joseph S. Myers
jsm28@cam.ac.uk



More information about the Gcc-patches mailing list