diff options
author | trhodes <trhodes@FreeBSD.org> | 2008-12-25 08:48:08 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2008-12-25 08:48:08 +0000 |
commit | fb811d854f9df0f6906413c5f69516a5de35cabe (patch) | |
tree | 0b7785bf64c85f1c9e109bf1e5832958cef86413 /usr.bin/gprof | |
parent | 3b46c85ea8b7c54d10055dd614ddfd137c04f6fb (diff) | |
download | FreeBSD-src-fb811d854f9df0f6906413c5f69516a5de35cabe.zip FreeBSD-src-fb811d854f9df0f6906413c5f69516a5de35cabe.tar.gz |
Remove reference to unimplemented "-c" option.
PR: 119338
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r-- | usr.bin/gprof/gprof.1 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index b340ed9..1c4224e 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -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 |