* gprof.texi (Output Options): Correct last patch to use @itemx, not
authorBen Elliston <bje@au.ibm.com>
Mon, 17 May 2004 11:20:29 +0000 (11:20 +0000)
committerBen Elliston <bje@au.ibm.com>
Mon, 17 May 2004 11:20:29 +0000 (11:20 +0000)
@item, for options with long option alternatives.

gprof/ChangeLog
gprof/gprof.texi

index e9598e57eedf15b4c3816fd2bbcc6ab60d13ca60..65b7c1ac5b92f46805a6360042c63ccf294ad197 100644 (file)
@@ -1,3 +1,8 @@
+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.
index d9161ffb886fea7de3678f4f6f18a6e2fb694ba2..85a55d4077361173cdab5716fce204c1317fed92 100644 (file)
@@ -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
This page took 0.026129 seconds and 4 git commands to generate.