diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/ChangeLog | 4 | ||||
-rw-r--r-- | gprof/gprof.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gprof/ChangeLog b/gprof/ChangeLog index a5acbee..03f0e73 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2002-03-07 Daniel Jacobowitz <drow@mvista.com> + + * gprof.texi: Wrap @menu in @ifnottex, not @ifinfo. + 2002-02-19 Frank Ch. Eigler <fche@redhat.com> * hist.c (hist_print): Rewrite log_scale calculation loop. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index b7e3388..a1c6335 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -66,7 +66,7 @@ Copyright @copyright{} 1988, 92, 97, 98, 99, 2000 Free Software Foundation, Inc. @end titlepage -@ifinfo +@ifnottex @node Top @top Profiling a Program: Where Does It Spend Its Time? @@ -94,7 +94,7 @@ section entitled "GNU Free Documentation License". * Details:: Details of how profiling is done * GNU Free Documentation License:: GNU Free Documentation License @end menu -@end ifinfo +@end ifnottex @node Introduction @chapter Introduction to Profiling |