From owner-freebsd-bugs Sun Sep 23 13:20:11 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D8F4337B448 for ; Sun, 23 Sep 2001 13:20:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NKK3G02126; Sun, 23 Sep 2001 13:20:03 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E0D937B410 for ; Sun, 23 Sep 2001 13:16:03 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8NKG3901676; Sun, 23 Sep 2001 13:16:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200109232016.f8NKG3901676@freefall.freebsd.org> Date: Sun, 23 Sep 2001 13:16:03 -0700 (PDT) From: Kevin Way To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30766: maxusers comment in LINT contains incorrect filename Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30766 >Category: kern >Synopsis: maxusers comment in LINT contains incorrect filename >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 23 13:20:03 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Way >Release: 4.4-STABLE >Organization: Overtone >Environment: FreeBSD bean.overtone.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 22 06:09:55 GMT 2001 root@bean.overtone.org:/usr/obj/usr/src/sys/MOSCH i386 >Description: LINT's description of maxusers refers to param.c instead of subr_param.c, and describes the formula used to set other tables as complicated, when it consists of one addition and one multiplication. >How-To-Repeat: read LINT >Fix: --- LINT.old Sun Sep 23 20:10:48 2001 +++ LINT Sun Sep 23 20:11:34 2001 @@ -24,7 +24,7 @@ # # The `maxusers' parameter controls the static sizing of a number of -# internal system tables by a complicated formula defined in param.c. +# internal system tables by a formula defined in subr_param.c. # maxusers 10 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message