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]

[patch] HEAD/4.0: Malformed gnat_ugn info dir entry


Hello,

 The info dir entry for gnat_ugn is malformed leading to the info reader 
being unable to refer to the document.  An obvious fix follows.

2005-04-04  Maciej W. Rozycki  <macro@linux-mips.org>

	* gnat_ugn.texi: Correct info dir entry.

 Please apply.

  Maciej

gcc-4.0.0-20050316-gnat-info.patch
diff -up --recursive --new-file gcc-4.0.0-20050316.macro/gcc/ada/gnat_ugn.texi gcc-4.0.0-20050316/gcc/ada/gnat_ugn.texi
--- gcc-4.0.0-20050316.macro/gcc/ada/gnat_ugn.texi	2005-02-11 06:56:23.000000000 +0000
+++ gcc-4.0.0-20050316/gcc/ada/gnat_ugn.texi	2005-03-17 09:41:02.000000000 +0000
@@ -101,7 +101,7 @@
 @settitle @value{EDITION} User's Guide @value{PLATFORM}
 @dircategory GNU Ada tools
 @direntry
-* @value{EDITION} User's Guide (@value{FILE}) @value{PLATFORM}
+* @value{EDITION} User's Guide: (@value{FILE}).  @value{EDITION} User's Guide @value{PLATFORM}
 @end direntry
 
 @include gcc-common.texi


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