This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug gcov-profile/29303] New: gcov.texi: "Invoking gcov" section header needs @command.
- From: "bmoses at stanford dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2006 22:40:16 -0000
- Subject: [Bug gcov-profile/29303] New: gcov.texi: "Invoking gcov" section header needs @command.
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The following patch should be applied to gcov.texi, in order for the "Invoking
gcov" section header to match the style of the other section headers in the
gcov chapter:
Index: gcov.texi
===================================================================
--- gcov.texi (revision 117335)
+++ gcov.texi (working copy)
@@ -110,7 +110,7 @@
@c man end
@node Invoking Gcov
-@section Invoking gcov
+@section Invoking @command{gcov}
@smallexample
gcov @r{[}@var{options}@r{]} @var{sourcefile}
--
Summary: gcov.texi: "Invoking gcov" section header needs
@command.
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: gcov-profile
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: bmoses at stanford dot edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29303