From ler@lerctr.org  Sun Sep  2 02:56:55 2012
Return-Path: <ler@lerctr.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 395E11065675
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Sep 2012 02:56:55 +0000 (UTC)
	(envelope-from ler@lerctr.org)
Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2])
	by mx1.freebsd.org (Postfix) with ESMTP id F11BC8FC16
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  2 Sep 2012 02:56:54 +0000 (UTC)
Received: from cpe-72-182-2-131.austin.res.rr.com ([72.182.2.131]:33722 helo=borg.lerctr.org)
	by thebighonker.lerctr.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256)
	(Exim 4.80 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1T80Mn-000P1z-SZ
	for FreeBSD-gnats-submit@freebsd.org; Sat, 01 Sep 2012 21:56:54 -0500
Received: from ler by borg.lerctr.org with local (Exim 4.80 (FreeBSD))
	(envelope-from <ler@lerctr.org>)
	id 1T80Mn-0008IZ-4l
	for FreeBSD-gnats-submit@freebsd.org; Sat, 01 Sep 2012 21:56:53 -0500
Message-Id: <E1T80Mn-0008IZ-4l@borg.lerctr.org>
Date: Sat, 01 Sep 2012 21:56:53 -0500
From: Larry Rosenman <ler@lerctr.org>
Sender: Larry Rosenman <ler@lerctr.org>
Reply-To: Larry Rosenman <ler@lerctr.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: rctl(8) refers to non-existent xrefs (userstat, jailstat)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         171240
>Category:       docs
>Synopsis:       rctl(8) refers to non-existent xrefs (userstat, jailstat)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trasz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 02 03:00:27 UTC 2012
>Closed-Date:    Fri Mar 15 23:23:02 UTC 2013
>Last-Modified:  Fri Mar 15 23:23:02 UTC 2013
>Originator:     Larry Rosenman
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
LERCTR Consulting
>Environment:
System: FreeBSD borg.lerctr.org 10.0-CURRENT FreeBSD 10.0-CURRENT #11 r239955: Fri Aug 31 16:38:55 CDT 2012 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64


>Description:
the rctl(8) manpage refers to non-existent jailstat(8) and userstat(8)
man pages (I can't find ANYTHING userstat or jailstat in /usr/src).


>How-To-Repeat:
man rctl
note "See Also"
man userstat
>Fix:
Add the appropriate man pages/code, or remove the xref.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->trasz 
Responsible-Changed-By: trasz 
Responsible-Changed-When: Sun Sep 16 23:22:52 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171240 
State-Changed-From-To: open->patched 
State-Changed-By: trasz 
State-Changed-When: Sun Sep 16 23:25:06 UTC 2012 
State-Changed-Why:  
Fixed in CURRENT. 


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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171240: commit references a PR
Date: Sun, 16 Sep 2012 23:25:29 +0000 (UTC)

 Author: trasz
 Date: Sun Sep 16 23:25:13 2012
 New Revision: 240575
 URL: http://svn.freebsd.org/changeset/base/240575
 
 Log:
   Remove references to userstat(1) and jailstat(1).  Those tools were never
   merged from the Perforce branch.  They might be brought in when %CPU limits
   go into the tree.
   
   PR:		docs/171240
   MFC after:	2 weeks
 
 Modified:
   head/usr.bin/rctl/rctl.8
 
 Modified: head/usr.bin/rctl/rctl.8
 ==============================================================================
 --- head/usr.bin/rctl/rctl.8	Sun Sep 16 22:45:00 2012	(r240574)
 +++ head/usr.bin/rctl/rctl.8	Sun Sep 16 23:25:13 2012	(r240575)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 1, 2012
 +.Dd September 16, 2012
  .Dt RCTL 8
  .Os
  .Sh NAME
 @@ -184,9 +184,7 @@ Display resource usage information for j
  .Pp
  Display all the rules applicable to process with PID 512.
  .Sh SEE ALSO
 -.Xr rctl.conf 5 ,
 -.Xr jailstat 8 ,
 -.Xr userstat 8
 +.Xr rctl.conf 5
  .Sh HISTORY
  The
  .Nm
 _______________________________________________
 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"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/171240: commit references a PR
Date: Mon,  1 Oct 2012 11:16:34 +0000 (UTC)

 Author: trasz
 Date: Mon Oct  1 11:16:22 2012
 New Revision: 241095
 URL: http://svn.freebsd.org/changeset/base/241095
 
 Log:
   MFC r240575:
   
   Remove references to userstat(1) and jailstat(1).  Those tools were never
   merged from the Perforce branch.  They might be brought in when %CPU limits
   go into the tree.
   
   PR:		docs/171240
 
 Modified:
   stable/9/usr.bin/rctl/rctl.8
 Directory Properties:
   stable/9/usr.bin/rctl/   (props changed)
 
 Modified: stable/9/usr.bin/rctl/rctl.8
 ==============================================================================
 --- stable/9/usr.bin/rctl/rctl.8	Mon Oct  1 10:54:04 2012	(r241094)
 +++ stable/9/usr.bin/rctl/rctl.8	Mon Oct  1 11:16:22 2012	(r241095)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd September 1, 2012
 +.Dd September 16, 2012
  .Dt RCTL 8
  .Os
  .Sh NAME
 @@ -184,9 +184,7 @@ Display resource usage information for j
  .Pp
  Display all the rules applicable to process with PID 512.
  .Sh SEE ALSO
 -.Xr rctl.conf 5 ,
 -.Xr jailstat 8 ,
 -.Xr userstat 8
 +.Xr rctl.conf 5
  .Sh HISTORY
  The
  .Nm
 _______________________________________________
 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: eadler 
State-Changed-When: Fri Mar 15 23:23:01 UTC 2013 
State-Changed-Why:  
MFCed/fixed by now or it will never be MFCed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=171240 
>Unformatted:
