From e6f3f526b13b7b54a64eafc6c8f67810e6f3f494 Mon Sep 17 00:00:00 2001 From: Sandra Loosemore Date: Sun, 15 Feb 2015 22:47:54 -0500 Subject: bugreport.texi: Adjust section titles throughout the file to use "Title Case". 2015-02-15 Sandra Loosemore gcc/ * doc/bugreport.texi: Adjust section titles throughout the file to use "Title Case". * doc/extend.texi: Likewise. * doc/gcov.texi: Likewise. * doc/implement-c.texi: Likewise. * doc/implement-cxx.texi: Likewise. * doc/invoke.texi: Likewise. * doc/objc.texi: Likewise. * doc/standards.texi: Likewise. * doc/trouble.texi: Likewise. From-SVN: r220722 --- gcc/doc/gcov.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/doc/gcov.texi') diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index 935cb68..dba36e0 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -591,7 +591,7 @@ collected at that point to be dumped to @file{.gcda} output files. @c man end @node Gcov Data Files -@section Brief description of @command{gcov} data files +@section Brief Description of @command{gcov} Data Files @command{gcov} uses two files for profiling. The names of these files are derived from the original @emph{object} file by substituting the @@ -618,7 +618,7 @@ and functions provided in that header file should be used to access the coverage files. @node Cross-profiling -@section Data file relocation to support cross-profiling +@section Data File Relocation to Support Cross-Profiling Running the program will cause profile output to be generated. For each source file compiled with @option{-fprofile-arcs}, an accompanying @file{.gcda} -- cgit v1.1