Bug 171240

Summary: rctl(8) refers to non-existent xrefs (userstat, jailstat)
Product: Documentation Reporter: Larry Rosenman <ler>
Component: Books & ArticlesAssignee: Edward Tomasz Napierala <trasz>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Larry Rosenman freebsd_committer freebsd_triage 2012-09-02 04:00:27 UTC
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).

Fix: 

Add the appropriate man pages/code, or remove the xref.
How-To-Repeat: man rctl
note "See Also"
man userstat
Comment 1 Edward Tomasz Napierala freebsd_committer freebsd_triage 2012-09-17 00:22:52 UTC
Responsible Changed
From-To: freebsd-doc->trasz

I'll take it.
Comment 2 Edward Tomasz Napierala freebsd_committer freebsd_triage 2012-09-17 00:25:06 UTC
State Changed
From-To: open->patched

Fixed in CURRENT.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-09-17 00:25:29 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"
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-10-01 12:16:34 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"
Comment 5 Eitan Adler freebsd_committer freebsd_triage 2013-03-15 23:23:01 UTC
State Changed
From-To: patched->closed

MFCed/fixed by now or it will never be MFCed