]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/7341 (Hyperlink to gcov in gcc documentation doesn't work)
authorVolker Reichelt <reichelt@igpm.rwth-aachen.de>
Thu, 23 Jan 2003 10:00:59 +0000 (10:00 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 23 Jan 2003 10:00:59 +0000 (10:00 +0000)
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

gcc/ChangeLog
gcc/doc/gcc.texi
gcc/doc/gcov.texi
gcc/doc/invoke.texi

index 9234aaddfe7e812b2928e138fe887f699d89e03c..e3ea37106b1490455a0d54fd503abd428161de26 100644 (file)
@@ -1,3 +1,12 @@
+2003-01-23  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       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  <reichelt@igpm.rwth-aachen.de>
 
        PR other/7448
index fe5121687e9254dcff21227ec643ded7d503b81b..631d56c46c66d69bb49915aa12d1e87f4c0e4663 100644 (file)
@@ -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.
index 86b64e0e8e55f34834e880adbc77275982f81bb2..78e66677a65355fb28b45a94e045dfea878a2f08 100644 (file)
@@ -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.
index 9df7218063aced2461fc05288cec15df0cab9669..62785ffd7890f22b6d3fc3b1c6e22228420dc652 100644 (file)
@@ -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