aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-03-01 12:20:22 +0000
commit87faa07bec7b6e1212692fbaa21d663ee288abe8 (patch)
tree9a436c177ed358d0faad3010a07f77c999ee9cfa /usr.bin/gprof
parentf63f700eead0ba7d5c6f70df1a0bedc055bc8734 (diff)
Notes
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index df83a70025d15..b251defa51d23 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -62,7 +62,8 @@ that are compiled for profiling.
reads the given object file (the default is
.Pa a.out)
and establishes the relation between it's symbol table
-and the call graph profile. The default graph profile file name is the name
+and the call graph profile.
+The default graph profile file name is the name
of the executable with the suffix
.Pa .gmon
appended.