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]

[doc-patch] Fix broken cross-reference in info files


The patch below fixes a broken cross-reference in invoke.texi.

The problem is that a colon ":" is in the title of the cross-ref.
Since this confuses info, I changed the title.

Could somebody please approve the patch and apply it to mainline and
3.2-branch (if appropriate).

2002-12-13  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>

        PR other/7341
        * invoke.texi (ftest-coverage): Fix broken cross-reference.

==============================================================================
--- gcc-old/gcc/doc/invoke.texi	Tue Oct 29 17:35:04 2002
+++ gcc-new/gcc/doc/invoke.texi	Fri Dec 13 17:16:37 2002
@@ -2946,8 +2946,8 @@ block must be created to hold the instru
 @need 2000
 @item -ftest-coverage
 @opindex ftest-coverage
-Create data files for the @code{gcov} code-coverage utility
-(@pxref{Gcov,, @code{gcov}: a GCC Test Coverage Program}).
+Create data files for the @command{gcov} code-coverage utility
+(@pxref{Gcov,, @command{gcov} - a GCC Test Coverage Program}).
 The data file names begin with the name of your source file:
 
 @table @gcctabopt
==============================================================================

Regards,
Volker



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