]> gcc.gnu.org Git - 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:14:34 +0000 (10:14 +0000)
committerVolker Reichelt <reichelt@gcc.gnu.org>
Thu, 23 Jan 2003 10:14:34 +0000 (10:14 +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.
Adjust copyright.
* gcov.texi: Likewise.

From-SVN: r61651

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

index e5830c9e61e721588466aec26e2ccbc5385bd571..4898ca026c81de4e34b57fde9827e6673bf3cf62 100644 (file)
@@ -1,3 +1,13 @@
+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.
+       Adjust copyright.
+       * gcov.texi: Likewise.
+
 2003-01-22  Roger Sayle  <roger@eyesopen.com>
 
        PR optimization/8423
index f54d25a5c9861d7f2170d3162313b87ca1a12b47..d6bd8da04109606d683668c6c4c06e17fa6d7f9c 100644 (file)
@@ -62,7 +62,7 @@
 
 @copying
 Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
-1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -148,7 +148,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 e99d3ba00c98a942412db1b730f75eac4422557c..64f25ce62e677d511551d304db5b9e67f1e956b7 100644 (file)
@@ -1,11 +1,12 @@
 @c Copyright (C) 1996, 1997, 1999, 2000, 2001,
-@c 2002 Free Software Foundation, Inc.
+@c 2002, 2003 Free Software Foundation, Inc.
 @c This is part of the GCC manual.
 @c For copying conditions, see the file gcc.texi.
 
 @ignore
 @c man begin COPYRIGHT
-Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+Copyright @copyright{} 1996, 1997, 1999, 2000, 2001, 2002, 2003
+Free Software Foundation, Inc.
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
@@ -31,7 +32,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 ebf340793ce181e244e8f61534f59def5e4e660e..a5d6ff0cb5d6f4748f52f8f6228cf8f9568a9db5 100644 (file)
@@ -3035,8 +3035,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}).  See
+Create data files for the @command{gcov} code-coverage utility
+(@pxref{Gcov,, @command{gcov}---a Test Coverage Program}).  See
 @option{-fprofile-arcs} option above for a description of @var{auxname}.
 
 @table @gcctabopt
This page took 0.179709 seconds and 5 git commands to generate.