diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-05-17 11:20:29 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-05-17 11:20:29 +0000 |
commit | 242b25713e71415be739a9c33585ebb76a7bb0ec (patch) | |
tree | 196e62463f7175a13294f4fbacb9e70547fb1336 /gprof/gprof.texi | |
parent | c0c2b0dbf9290e9a7ca3c67be7b5ad6e8a195422 (diff) | |
download | gdb-242b25713e71415be739a9c33585ebb76a7bb0ec.zip gdb-242b25713e71415be739a9c33585ebb76a7bb0ec.tar.gz gdb-242b25713e71415be739a9c33585ebb76a7bb0ec.tar.bz2 |
* gprof.texi (Output Options): Correct last patch to use @itemx, not
@item, for options with long option alternatives.
Diffstat (limited to 'gprof/gprof.texi')
-rw-r--r-- | gprof/gprof.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/gprof.texi b/gprof/gprof.texi index d9161ff..85a55d4 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -572,7 +572,7 @@ print a tally of functions and the number of times each was called. If @var{symspec} is specified, print tally, but exclude matching symbols. @item -r -@item --function-ordering +@itemx --function-ordering The @samp{--function-ordering} option causes @code{gprof} to print a suggested function ordering for the program based on profiling data. This option suggests an ordering which may improve paging, tlb and @@ -584,7 +584,7 @@ in a particular order is system dependent and out of the scope of this manual. @item -R @var{map_file} -@item --file-ordering @var{map_file} +@itemx --file-ordering @var{map_file} The @samp{--file-ordering} option causes @code{gprof} to print a suggested .o link line ordering for the program based on profiling data. This option suggests an ordering which may improve paging, tlb and |