From: Volker Reichelt Date: Thu, 23 Jan 2003 10:00:59 +0000 (+0000) Subject: re PR other/7341 (Hyperlink to gcov in gcc documentation doesn't work) X-Git-Tag: releases/gcc-3.2.2~95 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a4f8d693ac724d59180a510114170f7eaa24ab;p=thirdparty%2Fgcc.git re PR other/7341 (Hyperlink to gcov in gcc documentation doesn't work) PR other/7341 * invoke.texi (ftest-coverage): Fix broken cross-reference. Change @code to @command for gcov command. * gcc.texi: Adjust title of gcov section. * gcov.texi: Likewise. From-SVN: r61648 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9234aaddfe7e..e3ea37106b14 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2003-01-23 Volker Reichelt + + PR other/7341 + * invoke.texi (ftest-coverage): Fix broken cross-reference. + Change @code to @command for gcov command. + + * gcc.texi: Adjust title of gcov section. + * gcov.texi: Likewise. + 2003-01-23 Volker Reichelt PR other/7448 diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index fe5121687e92..631d56c46c66 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -165,7 +165,7 @@ Introduction, gccint, GNU Compiler Collection (GCC) Internals}. * C++ Extensions:: GNU extensions to the C++ language. * Objective-C:: GNU Objective-C runtime features. * Compatibility:: Binary Compatibility -* Gcov:: gcov: a GCC test coverage program. +* Gcov:: @command{gcov}---a test coverage program. * Trouble:: If you have trouble using GCC. * Bugs:: How, why and where to report bugs. * Service:: How to find suppliers of support for GCC. diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 86b64e0e8e55..78e66677a653 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -30,7 +30,7 @@ included in the gfdl(7) man page. @end ignore @node Gcov -@chapter @command{gcov}: a Test Coverage Program +@chapter @command{gcov}---a Test Coverage Program @command{gcov} is a tool you can use in conjunction with GCC to test code coverage in your programs. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9df7218063ac..62785ffd7890 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -2932,8 +2932,8 @@ block must be created to hold the instrumentation code. @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 Test Coverage Program}). The data file names begin with the name of your source file: @table @gcctabopt