Index: gprof.texi =================================================================== RCS file: /cvs/src/src/gprof/gprof.texi,v retrieving revision 1.20 diff -u -r1.20 gprof.texi --- gprof.texi 26 Sep 2006 16:24:48 -0000 1.20 +++ gprof.texi 17 Oct 2006 04:49:16 -0000 @@ -703,13 +703,13 @@ This option affects execution count output only. Symbols that are executed less than @var{num} times are suppressed. -@item -n[@var{symspec}] -@itemx --time[=@var{symspec}] +@item -n@var{symspec} +@itemx --time=@var{symspec} The @samp{-n} option causes @code{gprof}, in its call graph analysis, to only propagate times for symbols matching @var{symspec}. -@item -N[@var{symspec}] -@itemx --no-time[=@var{symspec}] +@item -N@var{symspec} +@itemx --no-time=@var{symspec} The @samp{-n} option causes @code{gprof}, in its call graph analysis, not to propagate times for symbols matching @var{symspec}.