diff options
author | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-04 22:40:45 +0000 |
---|---|---|
committer | brooks <brooks@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-04 22:40:45 +0000 |
commit | 7be3c866efd3dbc33accbfac4ac8f8adc0ae2a5d (patch) | |
tree | 1015e3d26a76ff29c8a7b30546cf6f77e0fb4aa0 /gcc/doc/gcov.texi | |
parent | 2551f8e0be582a9e3fa959425842978d4c6772dc (diff) | |
download | gcc-7be3c866efd3dbc33accbfac4ac8f8adc0ae2a5d.tar.gz |
2006-10-04 Brooks Moses <bmoses@stanford.edu>
* doc/gcov.texi: Add formatting to "Invoking gcov" section head.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@117441 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gcov.texi')
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index e96721e418a..55c903c7630 100644 --- a/gcc/doc/gcov.texi +++ b/gcc/doc/gcov.texi @@ -110,7 +110,7 @@ compatible with any other profiling or test coverage mechanism. @c man end @node Invoking Gcov -@section Invoking gcov +@section Invoking @command{gcov} @smallexample gcov @r{[}@var{options}@r{]} @var{sourcefile} |