From phk@critter.freebsd.dk  Mon Jul 17 08:19:58 2006
Return-Path: <phk@critter.freebsd.dk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5E0E316A4DD
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2006 08:19:58 +0000 (UTC)
	(envelope-from phk@critter.freebsd.dk)
Received: from pfepc.post.tele.dk (pfepc.post.tele.dk [195.41.46.237])
	by mx1.FreeBSD.org (Postfix) with ESMTP id E2EB743D76
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2006 08:19:57 +0000 (GMT)
	(envelope-from phk@critter.freebsd.dk)
Received: from critter.freebsd.dk (0x535db11d.naenxx7.adsl-dhcp.tele.dk [83.93.177.29])
	by pfepc.post.tele.dk (Postfix) with ESMTP id 59F4F8A0044
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2006 10:19:56 +0200 (CEST)
Received: from critter.freebsd.dk (localhost [127.0.0.1])
	by critter.freebsd.dk (8.13.7/8.13.7) with ESMTP id k6H8JuvR053846
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 17 Jul 2006 08:19:56 GMT
	(envelope-from phk@critter.freebsd.dk)
Received: (from phk@localhost)
	by critter.freebsd.dk (8.13.7/8.13.7/Submit) id k6H8Jswg053828;
	Mon, 17 Jul 2006 08:19:54 GMT
	(envelope-from phk)
Message-Id: <200607170819.k6H8Jswg053828@critter.freebsd.dk>
Date: Mon, 17 Jul 2006 08:19:54 GMT
From: Poul-Henning Kamp <phk@critter.freebsd.dk>
Reply-To: Poul-Henning Kamp <phk@critter.freebsd.dk>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: remove mention of NMBCLUSTERS from loader docs
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         100427
>Category:       docs
>Synopsis:       remove mention of NMBCLUSTERS from loader docs
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    marck
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 17 08:20:20 GMT 2006
>Closed-Date:    Wed Aug 30 04:55:24 GMT 2006
>Last-Modified:  Wed Aug 30 04:55:24 GMT 2006
>Originator:     Poul-Henning Kamp
>Release:        FreeBSD 7.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD critter.freebsd.dk 7.0-CURRENT FreeBSD 7.0-CURRENT #5: Wed Jul 5 22:14:32 UTC 2006 root@critter.freebsd.dk:/critter/obj/critter/src/sys/TP41P i386


	
>Description:
	Loader docs still talk about NMBCLUSTERS which has been replaced
	by something else
>How-To-Repeat:

	find /usr/src/sys -print | xargs grep NMBCLUSTERS
>Fix:

	


>Release-Note:
>Audit-Trail:

From: Dmitry Morozovsky <marck@FreeBSD.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: docs/100427: remove mention of NMBCLUSTERS from loader docs
Date: Tue, 18 Jul 2006 11:33:00 +0400 (MSD)

 On Mon, 17 Jul 2006, Poul-Henning Kamp wrote:
 
 PK> >Description:
 PK> 	Loader docs still talk about NMBCLUSTERS which has been replaced
 PK> 	by something else
 
 What about the following patch?
 
 Index: sys/boot/common/help.common
 ===================================================================
 RCS file: /home/ncvs/src/sys/boot/common/help.common,v
 retrieving revision 1.41
 diff -u -r1.41 help.common
 --- sys/boot/common/help.common	22 Sep 2005 15:06:57 -0000	1.41
 +++ sys/boot/common/help.common	18 Jul 2006 07:32:04 -0000
 @@ -294,7 +294,7 @@
  	Various kernel tunable parameters can be overridden by specifying new 
  	values in the environment.
  
 -	set kern.ipc.nmbclusters=<value>	NMBCLUSTERS
 +	set kern.ipc.nmbclusters=<value>
  
  		Set the number of mbuf clusters to be allocated.  The value
  		cannot be set below the default determined when the kernel
 Index: sys/boot/common/loader.8
 ===================================================================
 RCS file: /home/ncvs/src/sys/boot/common/loader.8,v
 retrieving revision 1.85
 diff -u -r1.85 loader.8
 --- sys/boot/common/loader.8	12 May 2006 04:09:52 -0000	1.85
 +++ sys/boot/common/loader.8	18 Jul 2006 07:32:04 -0000
 @@ -509,8 +509,6 @@
  Set the number of mbuf clusters to be allocated.
  The value cannot be set below the default
  determined when the kernel was compiled.
 -Modifies
 -.Dv NMBCLUSTERS .
  .It Va kern.ipc.nsfbufs
  Set the number of
  .Xr sendfile 2
 @@ -534,7 +532,7 @@
  this parameter if you need to greatly extend the
  KVM reservation for other resources such as the
  buffer cache or
 -.Dv NMBCLUSTERS .
 +.Dv kern.ipc.nmbclusters .
  Modifies
  .Dv VM_SWZONE_SIZE_MAX .
  .It Va kern.maxbcache
 @@ -547,7 +545,7 @@
  Only mess around with this parameter if you need to
  greatly extend the KVM reservation for other resources
  such as the swap zone or
 -.Dv NMBCLUSTERS .
 +.Dv kern.ipc.nmbclusters .
  Note that
  the NBUF parameter will override this limit.
  Modifies
 
State-Changed-From-To: open->patched 
State-Changed-By: marck 
State-Changed-When: Fri Aug 18 08:03:23 UTC 2006 
State-Changed-Why:  
Fixed in HEAD. 


Responsible-Changed-From-To: freebsd-doc->marck 
Responsible-Changed-By: marck 
Responsible-Changed-When: Fri Aug 18 08:03:23 UTC 2006 
Responsible-Changed-Why:  
Catch followups. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=100427 
State-Changed-From-To: patched->closed 
State-Changed-By: marck 
State-Changed-When: Wed Aug 30 04:54:55 UTC 2006 
State-Changed-Why:  
Committed to RELENG_6 too. 

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