From root@phallus.wzff.de  Sun Oct 30 16:30:03 2011
Return-Path: <root@phallus.wzff.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 76E19106566C
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Oct 2011 16:30:03 +0000 (UTC)
	(envelope-from root@phallus.wzff.de)
Received: from phallus.wzff.de (static.245.47.9.176.clients.your-server.de [176.9.47.245])
	by mx1.freebsd.org (Postfix) with ESMTP id E25148FC22
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 30 Oct 2011 16:30:02 +0000 (UTC)
Received: from phallus.wzff.de (localhost [127.0.0.1])
	by phallus.wzff.de (8.14.5/8.14.5) with ESMTP id p9UGI1tG033411;
	Sun, 30 Oct 2011 16:18:01 GMT
	(envelope-from root@phallus.wzff.de)
Received: (from root@localhost)
	by phallus.wzff.de (8.14.5/8.14.5/Submit) id p9UGI1I5033410;
	Sun, 30 Oct 2011 16:18:01 GMT
	(envelope-from root)
Message-Id: <201110301618.p9UGI1I5033410@phallus.wzff.de>
Date: Sun, 30 Oct 2011 16:18:01 GMT
From: Moritz Wilhelmy <moritz@wzff.de>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Moritz Wilhelmy <moritz@wzff.de>
Subject: rctl manpage lists nproc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162172
>Category:       docs
>Synopsis:       rctl manpage erroneously lists nproc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 30 16:40:07 UTC 2011
>Closed-Date:    Thu Mar 01 10:21:40 UTC 2012
>Last-Modified:  Mon Sep 17 11:30:22 UTC 2012
>Originator:     Moritz Wilhelmy
>Release:        FreeBSD 9.0-RC1 amd64
>Organization:
>Environment:
>Description:
	The rctl manpage contains a confusing reference to a tunable called "nproc".
	Since the setting is called maxproc in both login.conf and rctl, this should
	probably be replaced by "maxproc" in order to avoid confusion. (nproc seems
	to be from pam_limits).
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-doc 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon Oct 31 04:27:09 UTC 2011 
Responsible-Changed-Why:  
Reclassify as a docs problem. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162172 
State-Changed-From-To: open->closed 
State-Changed-By: trasz 
State-Changed-When: Thu Mar 1 10:21:38 UTC 2012 
State-Changed-Why:  
Fixed.  Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/162172: commit references a PR
Date: Thu,  1 Mar 2012 10:21:25 +0000 (UTC)

 Author: trasz
 Date: Thu Mar  1 10:21:10 2012
 New Revision: 232329
 URL: http://svn.freebsd.org/changeset/base/232329
 
 Log:
   Use proper "maxproc" name, not "nproc".
   
   PR:		docs/162172
 
 Modified:
   head/usr.bin/rctl/rctl.8
 
 Modified: head/usr.bin/rctl/rctl.8
 ==============================================================================
 --- head/usr.bin/rctl/rctl.8	Thu Mar  1 08:22:59 2012	(r232328)
 +++ head/usr.bin/rctl/rctl.8	Thu Mar  1 10:21:10 2012	(r232329)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 22, 2011
 +.Dd March 1, 2012
  .Dt RCTL 8
  .Os
  .Sh NAME
 @@ -117,8 +117,8 @@ A filter is a rule for which one of more
  For example, a filter that matches every rule could be written as ":::=/",
  or, in short, ":".
  A filter that matches all the login classes would be "loginclass:".
 -A filter that matches all defined rules for nproc resource would be
 -"::nproc".
 +A filter that matches all defined rules for maxproc resource would be
 +"::maxproc".
  .Pp
  .Sh RESOURCES
  .Bl -column -offset 3n "pseudoterminals"
 _______________________________________________
 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/162172: commit references a PR
Date: Mon, 17 Sep 2012 11:28:16 +0000 (UTC)

 Author: trasz
 Date: Mon Sep 17 11:27:56 2012
 New Revision: 240599
 URL: http://svn.freebsd.org/changeset/base/240599
 
 Log:
   MFC r232329:
   
   Use proper "maxproc" name, not "nproc".
   
   PR:		docs/162172
 
 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 Sep 17 11:21:57 2012	(r240598)
 +++ stable/9/usr.bin/rctl/rctl.8	Mon Sep 17 11:27:56 2012	(r240599)
 @@ -25,7 +25,7 @@
  .\"
  .\" $FreeBSD$
  .\"
 -.Dd December 22, 2011
 +.Dd March 1, 2012
  .Dt RCTL 8
  .Os
  .Sh NAME
 @@ -117,8 +117,8 @@ A filter is a rule for which one of more
  For example, a filter that matches every rule could be written as ":::=/",
  or, in short, ":".
  A filter that matches all the login classes would be "loginclass:".
 -A filter that matches all defined rules for nproc resource would be
 -"::nproc".
 +A filter that matches all defined rules for maxproc resource would be
 +"::maxproc".
  .Pp
  .Sh RESOURCES
  .Bl -column -offset 3n "pseudoterminals"
 _______________________________________________
 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:
