diff options
author | Brooks Moses <bmoses@stanford.edu> | 2006-10-04 22:40:45 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-10-04 15:40:45 -0700 |
commit | 4afc7adf84d37fa4d939711615d720d3b4ce00a0 (patch) | |
tree | 1015e3d26a76ff29c8a7b30546cf6f77e0fb4aa0 | |
parent | e701a32a98fd67d7f2f69889080303d32b388cc7 (diff) | |
download | gcc-4afc7adf84d37fa4d939711615d720d3b4ce00a0.zip gcc-4afc7adf84d37fa4d939711615d720d3b4ce00a0.tar.gz gcc-4afc7adf84d37fa4d939711615d720d3b4ce00a0.tar.bz2 |
gcov.texi: Add formatting to "Invoking gcov" section head.
2006-10-04 Brooks Moses <bmoses@stanford.edu>
* doc/gcov.texi: Add formatting to "Invoking gcov" section head.
From-SVN: r117441
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/gcov.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 111d789..3be345c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-10-04 Brooks Moses <bmoses@stanford.edu> + + * doc/gcov.texi: Add formatting to "Invoking gcov" section head. + 2006-10-04 Richard Henderson <rth@redhat.com> Jakub Jelinek <jakub@redhat.com> diff --git a/gcc/doc/gcov.texi b/gcc/doc/gcov.texi index e96721e..55c903c 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} |