=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/gprof/gprof.1,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/gprof/gprof.1 1996/06/26 05:33:50 1.3 +++ src/usr.bin/gprof/gprof.1 1996/10/15 23:55:56 1.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.3 1996/06/26 05:33:50 deraadt Exp $ +.\" $OpenBSD: gprof.1,v 1.4 1996/10/15 23:55:56 deraadt Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -94,8 +94,8 @@ similar to that provided by .Xr prof 1 . This listing gives the total execution times, the call counts, -the time in milleseconds the call spent in the routine itself, and -the time in milleseconds the call spent in the routine itself including +the time in milliseconds the call spent in the routine itself, and +the time in milliseconds the call spent in the routine itself including its descendents. .Pp Finally, an index of the function names is provided.