summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-06-10 08:15:29 +0000
committerpeter <peter@FreeBSD.org>1996-06-10 08:15:29 +0000
commitb9c49f7565d7ee04587620b9706633be0a0cc543 (patch)
treef2d528da1c91540bdacaaf2a6d424f99366a1600 /sys/conf
parent3ab6d271efbabe3efe41a748ce67b738fa7b2d8a (diff)
downloadFreeBSD-src-b9c49f7565d7ee04587620b9706633be0a0cc543.zip
FreeBSD-src-b9c49f7565d7ee04587620b9706633be0a0cc543.tar.gz
*blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in the
example here.. :-(
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7016501..516c1ab 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.261 1996/06/07 15:50:08 ache Exp $
+# $Id: LINT,v 1.262 1996/06/10 00:50:34 alex Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -51,7 +51,7 @@ options OPEN_MAX=128
# this is an expensive option, it consumes physical non-pageable ram.
# A busy news server may benefit from 10,000 extra vnodes or so.
#
-options EXTRA_VNODES=1
+options EXTRAVNODES=1
#
# A math emulator is mandatory if you wish to run on hardware which
OpenPOWER on IntegriCloud