Author: gjb (doc committer) Date: Wed Jun 15 01:08:47 2011 New Revision: 223104 URL: http://svn.freebsd.org/changeset/base/223104
Log: MFC 186487 by trhodes: Remove reference to unimplemented "-c" option. PR: 119338 Modified: stable/7/usr.bin/gprof/gprof.1 Directory Properties: stable/7/usr.bin/gprof/ (props changed) Modified: stable/7/usr.bin/gprof/gprof.1 ============================================================================== --- stable/7/usr.bin/gprof/gprof.1 Tue Jun 14 23:30:48 2011 (r223103) +++ stable/7/usr.bin/gprof/gprof.1 Wed Jun 15 01:08:47 2011 (r223104) @@ -32,7 +32,7 @@ .\" @(#)gprof.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd October 7, 2005 +.Dd December 25, 2008 .Dt GPROF 1 .Os .Sh NAME @@ -263,9 +263,6 @@ inside other functions. .It Fl z Display routines that have zero usage (as shown by call counts and accumulated time). -This is useful with the -.Fl c -option for discovering which routines were never called. .El .Sh FILES .Bl -tag -width a.out.gmon -compact _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
