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 a97a571..86984be 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +2010-10-29 Matthias Klose <doko@ubuntu.com> + + * gprof.texi (Deprecated Options): Move introduction out of the table. + 2010-10-28 Matthias Klose <doko@ubuntu.com> * gprof.texi: Add directory section for info document. diff --git a/gprof/gprof.texi b/gprof/gprof.texi index 7485687..30f43f9 100644 --- a/gprof/gprof.texi +++ b/gprof/gprof.texi @@ -786,10 +786,10 @@ number, and then exit. @node Deprecated Options @section Deprecated Options -@table @code - These options have been replaced with newer versions that use symspecs. +@table @code + @item -e @var{function_name} The @samp{-e @var{function}} option tells @code{gprof} to not print information about the function @var{function_name} (and its |