diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-11 08:11:09 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-11 08:11:09 +0000 |
commit | 08453f14e02607b180ae0d871d7f8abc405295cc (patch) | |
tree | 5da945314a6d6e6234c1d6830e18a8b676331d72 /usr.bin/gprof/gprof.1 | |
parent | 657b196855a5210d07f740e439f25f6e7eb5bd46 (diff) |
files with dead .Xr's;
left .Xr, but removed man page number
as suggested by mpech@
more help and ok millert@
Diffstat (limited to 'usr.bin/gprof/gprof.1')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 57f0e4205b1..5a4222c3421 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.16 2001/05/01 17:58:02 aaron Exp $ +.\" $OpenBSD: gprof.1,v 1.17 2003/03/11 08:11:08 jmc Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -55,7 +55,7 @@ that are compiled with the .Fl pg option of .Xr cc 1 , -.Xr pc 1 , +.Xr pc , and .Xr f77 1 . The @@ -92,7 +92,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 . This listing gives the total execution times, the call counts, the time in milliseconds the call spent in the routine itself, and the time in milliseconds the call spent in the routine itself including |