This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gcov-profile/29303] New: gcov.texi: "Invoking gcov" section header needs @command.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]