diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-31 14:55:20 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-10-31 14:55:20 +0000 |
commit | edfc3d7467ca32777d97ad05219a866febab65d5 (patch) | |
tree | b72f26e9e30308654569ac87c0f83c72779df38f /gcc/doc/gcc.texi | |
parent | 3af941e350e6eb77e4af3467cf8b81c24caad280 (diff) | |
download | gcc-edfc3d7467ca32777d97ad05219a866febab65d5.tar.gz |
PR other/50899
* doc/gcc.texi: Add @direntry for gcov.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193036 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcc.texi')
-rw-r--r-- | gcc/doc/gcc.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi index 0e167bae004..b1c7324b0ab 100644 --- a/gcc/doc/gcc.texi +++ b/gcc/doc/gcc.texi @@ -42,7 +42,7 @@ @copying Copyright @copyright{} 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, -2010 Free Software Foundation, Inc. +2010, 2012 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.3 or @@ -67,6 +67,7 @@ Texts being (a) (see below), and with the Back-Cover Texts being (b) @direntry * gcc: (gcc). The GNU Compiler Collection. * g++: (gcc). The GNU C++ compiler. +* gcov: (gcc) Gcov. @command{gcov}---a test coverage program. @end direntry This file documents the use of the GNU compilers. @sp 1 |