From nobody@FreeBSD.org  Fri Jan  4 19:54:19 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D19DD16A47E
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jan 2008 19:54:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C343013C4DB
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  4 Jan 2008 19:54:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m04JrPVH054471
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 4 Jan 2008 19:53:25 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m04JrP4B054466;
	Fri, 4 Jan 2008 19:53:25 GMT
	(envelope-from nobody)
Message-Id: <200801041953.m04JrP4B054466@www.freebsd.org>
Date: Fri, 4 Jan 2008 19:53:25 GMT
From: Ricardo Nabinger Sanchez <rnsanchez@wait4.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: gprof(1) refers to unmentioned option "-c"
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         119338
>Category:       docs
>Synopsis:       gprof(1) refers to unmentioned option "-c"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trhodes
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jan 04 20:00:01 UTC 2008
>Closed-Date:    Wed Jun 15 01:09:08 UTC 2011
>Last-Modified:  Wed Jun 15 01:10:09 UTC 2011
>Originator:     Ricardo Nabinger Sanchez
>Release:        6.1-RELEASE
>Organization:
-
>Environment:
FreeBSD sauron.lan.box 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006     root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
The following snippet from gprof(1):

     -z      Display routines that have zero usage (as shown by call counts
	     and accumulated time).  This is useful with the -c option for
	     discovering which routines were never called.

http://www.freebsd.org/cgi/man.cgi?query=gprof&apropos=0&sektion=0&manpath=FreeBSD+8-current&format=html

mentions the "-c" option, but there isn't such option throughout the man page.  There's a "-C" option, but I'm not sure if it is the correct one.

Spotted on a 6.1-RELEASE man page, also occurs in 8-CURRENT.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: trhodes 
State-Changed-When: Thu Dec 25 08:48:12 UTC 2008 
State-Changed-Why:  
It appears a "-c" option was never implemented, I have 
removed the reference.  Thanks! 


Responsible-Changed-From-To: freebsd-doc->trhodes 
Responsible-Changed-By: trhodes 
Responsible-Changed-When: Thu Dec 25 08:48:12 UTC 2008 
Responsible-Changed-Why:  
Over to me. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=119338 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/119338: commit references a PR
Date: Thu, 25 Dec 2008 08:48:18 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: gjb 
State-Changed-When: Wed Jun 15 01:08:54 UTC 2011 
State-Changed-Why:  
MFCd to stable/7. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=119338 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/119338: commit references a PR
Date: Wed, 15 Jun 2011 01:08:57 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
