Eckhard Rueggeberg throught gprof didn't work because the man page was wrong.
The SYNOPSIS now matches the rest of the man page.
This commit is contained in:
parent
b5ddc1014c
commit
03c0866031
2 changed files with 17 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue