From: Mark Eichin Date: Fri, 9 Oct 1992 18:34:33 +0000 (+0000) Subject: Eckhard Rueggeberg throught gprof didn't work because the man page was wrong. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=03c0866031e9f8a380d726588fad20dd34c5305c;p=binutils-gdb.git Eckhard Rueggeberg throught gprof didn't work because the man page was wrong. The SYNOPSIS now matches the rest of the man page. --- diff --git a/gprof/ChangeLog b/gprof/ChangeLog index 913df00df26..c65acf5e1fe 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,7 @@ +Fri Oct 9 11:25:41 1992 Mark Eichin (eichin@cygnus.com) + + * gprof.1: updated SYNOPSIS to match actual behavior. + Mon Oct 5 17:50:16 1992 Per Bothner (bothner@cygnus.com) * gen-c-prog.awk: New awk script, lightly changed from diff --git a/gprof/gprof.1 b/gprof/gprof.1 index 7df46e68d12..5dc48cee820 100644 --- a/gprof/gprof.1 +++ b/gprof/gprof.1 @@ -21,10 +21,19 @@ .SH NAME gprof \- display call graph profile data .SH SYNOPSIS -.B gprof -.RB "[\|" a.out "\|]" -.B -gmon.out ... +.B gprof [ \-abcsz ] [ \-e|\-E +.I name +.B ] [ \-f|\-F +.I name +.B ] +.B [ \-k +.I fromname toname +.B ] [ +.I a.out +.B [ +.I gmon.out +.B ] +.B ] .SH DESCRIPTION .B gprof produces an execution profile of C, Pascal, or Fortran77 programs.