summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2004-05-17 11:20:29 +0000
committerBen Elliston <bje@au.ibm.com>2004-05-17 11:20:29 +0000
commit893f3c86a58bc52fce0af520c8c543716002d8c2 (patch)
tree4cd6326e8db747aa1e4b6128ae7bc4a92e486c54
parent327f96a73fc461d1d790e6bf5b1d556d9bc46673 (diff)
downloadbinutils-redhat-893f3c86a58bc52fce0af520c8c543716002d8c2.tar.gz
* gprof.texi (Output Options): Correct last patch to use @itemx, not
@item, for options with long option alternatives.
-rw-r--r--gprof/ChangeLog5
-rw-r--r--gprof/gprof.texi4
2 files changed, 7 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog
index e9598e57ee..65b7c1ac5b 100644
--- a/gprof/ChangeLog
+++ b/gprof/ChangeLog
@@ -1,5 +1,10 @@
2004-05-17 Ben Elliston <bje@au.ibm.com>
+ * gprof.texi (Output Options): Correct last patch to use @itemx, not
+ @item, for options with long option alternatives.
+
+2004-05-17 Ben Elliston <bje@au.ibm.com>
+
* gprof.texi (Introduction): Update synopsis.
(Output Options): Document -r and -R.
(Analysis Options): Document -t, --table-length.
diff --git a/gprof/gprof.texi b/gprof/gprof.texi
index d9161ffb88..85a55d4077 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