Eckhard Rueggeberg throught gprof didn't work because the man page was wrong.
authorMark Eichin <eichin@cygnus>
Fri, 9 Oct 1992 18:34:33 +0000 (18:34 +0000)
committerMark Eichin <eichin@cygnus>
Fri, 9 Oct 1992 18:34:33 +0000 (18:34 +0000)
The SYNOPSIS now matches the rest of the man page.

gprof/ChangeLog
gprof/gprof.1

index 913df00df26f383ccbce33ce3afe5b169a831ec8..c65acf5e1fef21b063258edc6e26cc6947b67aba 100644 (file)
@@ -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
index 7df46e68d1232987e2e9c95a4c5ab49b6d2065eb..5dc48cee820bfe8c3e7c9c34d896aece6e8f638d 100644 (file)
 .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.