From owner-svn-src-head@FreeBSD.ORG Thu Dec 25 08:48:08 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE5471065679; Thu, 25 Dec 2008 08:48:08 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BE8F88FC18; Thu, 25 Dec 2008 08:48:08 +0000 (UTC) (envelope-from trhodes@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBP8m8x0008047; Thu, 25 Dec 2008 08:48:08 GMT (envelope-from trhodes@svn.freebsd.org) Received: (from trhodes@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBP8m8LH008046; Thu, 25 Dec 2008 08:48:08 GMT (envelope-from trhodes@svn.freebsd.org) Message-Id: <200812250848.mBP8m8LH008046@svn.freebsd.org> From: Tom Rhodes Date: Thu, 25 Dec 2008 08:48:08 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186487 - head/usr.bin/gprof X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2008 08:48:08 -0000 Author: trhodes Date: Thu Dec 25 08:48:08 2008 New Revision: 186487 URL: http://svn.freebsd.org/changeset/base/186487 Log: Remove reference to unimplemented "-c" option. PR: 119338 Modified: head/usr.bin/gprof/gprof.1 Modified: head/usr.bin/gprof/gprof.1 ============================================================================== --- head/usr.bin/gprof/gprof.1 Thu Dec 25 07:34:14 2008 (r186486) +++ head/usr.bin/gprof/gprof.1 Thu Dec 25 08:48:08 2008 (r186487) @@ -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