summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
committerru <ru@FreeBSD.org>2004-07-03 00:24:45 +0000
commitee5b7e52fa7d4baa499ee27a6be5d6d650a644f0 (patch)
tree76412bcb6a02dd46cf8013e9d05c34972eee83cf /usr.bin/gprof
parentd9e4eb9285216e2e83144e97e45c2bf123d17c9f (diff)
downloadFreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.zip
FreeBSD-src-ee5b7e52fa7d4baa499ee27a6be5d6d650a644f0.tar.gz
Deal with double whitespace.
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index 4415e89..1481c33 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -109,7 +109,7 @@ time and call counts of the cycle.
.Pp
Second, a flat profile is given,
similar to that provided by
-.Xr prof 1 .
+.Xr prof 1 .
This listing gives the total execution times, the call counts,
the time in msec or usec the call spent in the routine itself, and
the time in msec or usec the call spent in the routine itself including
@@ -153,7 +153,7 @@ option.
Suppress the printing of the graph profile entry for routine
.Ar name
(and its descendants) as
-.Fl e ,
+.Fl e ,
above, and also excludes the time spent in
.Ar name
(and its descendants) from the total and percentage time computations.
@@ -320,6 +320,6 @@ propagated properly, unless the signal catcher was invoked during
the execution of the profiling routine, in which case all is lost.
.Pp
The profiled program must call
-.Xr exit 3
+.Xr exit 3
or return normally for the profiling information to be saved
in the graph profile file.
OpenPOWER on IntegriCloud