summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2008-12-25 08:48:08 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2008-12-25 08:48:08 +0000
commit0d186272b4e3fecde09bfae58db1b9a8887c938a (patch)
tree0b7785bf64c85f1c9e109bf1e5832958cef86413 /usr.bin/gprof
parent1018c6cbf9269ebc31f7c7710b588f3f4ec89397 (diff)
downloadsrc-test-0d186272b4e3fecde09bfae58db1b9a8887c938a.tar.gz
src-test-0d186272b4e3fecde09bfae58db1b9a8887c938a.zip
Remove reference to unimplemented "-c" option.
PR: 119338
Notes
Notes: svn path=/head/; revision=186487
Diffstat (limited to 'usr.bin/gprof')
-rw-r--r--usr.bin/gprof/gprof.15
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index b340ed9d67c11..1c4224e5f1b5a 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