Subject: kern/23935: update param.c comment to reflect reality
To: None <gnats-bugs@gnats.NetBSD.org>
From: None <jeffi@rcn.com>
List: netbsd-bugs
Date: 12/31/2003 03:04:31
>Number:         23935
>Category:       kern
>Synopsis:       update param.c comment to reflect reality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 31 03:05:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jeff Ito
>Release:        1.6ZG
>Organization:
>Environment:
NetBSD 1.6ZG  Fri Dec  5 15:13:48 EST 2003
>Description:
sys/conf/param.c comment relating to SHMMAX is out of date, references NBPG, should be PAGE_SIZE
>How-To-Repeat:
N/A
>Fix:
Index: param.c
===================================================================
RCS file: /cvs/nbsd/src/sys/conf/param.c,v
retrieving revision 1.43
diff -u -r1.43 param.c
--- param.c     30 Oct 2003 20:37:01 -0000      1.43
+++ param.c     30 Dec 2003 19:35:17 -0000
@@ -130,7 +130,7 @@
  */
 #ifdef SYSVSHM
 #ifndef        SHMMAX
-#define        SHMMAX  SHMMAXPGS       /* shminit() performs a `*= NBPG' */
+#define        SHMMAX  SHMMAXPGS       /* shminit() performs a `*= PAGE_SIZE' */
 #endif
 #ifndef        SHMMIN
 #define        SHMMIN  1

>Release-Note:
>Audit-Trail:
>Unformatted: