diff options
author | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-23 10:14:34 +0000 |
---|---|---|
committer | reichelt <reichelt@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-01-23 10:14:34 +0000 |
commit | 863ea20b905df7c7edfc6f6b350938fbbae1deda (patch) | |
tree | d2e483e2e08de22a74acae697509afb40bcc79b9 /gcc/doc/gcc.texi | |
parent | f3b70d2f6b4058cd7b374a1f6f3e1bc9b4fbd65e (diff) | |
download | gcc-863ea20b905df7c7edfc6f6b350938fbbae1deda.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61651 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index f54d25a5c98..d6bd8da0410 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -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. |