summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-07 13:51:46 +0000
committerobrien <obrien@FreeBSD.org>1998-10-07 13:51:46 +0000
commit0d6146b8ef0fcb24eb0df404564ba9bae85d07d0 (patch)
tree719d6341039465780363e41a94a67cf6273da06e /sys/conf
parent56cd124a88361d6a10f9e0d833d7c7863a72ba47 (diff)
downloadFreeBSD-src-0d6146b8ef0fcb24eb0df404564ba9bae85d07d0.zip
FreeBSD-src-0d6146b8ef0fcb24eb0df404564ba9bae85d07d0.tar.gz
Fix syntax errors I introduced.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2b539d1..49959a6 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.483 1998/10/06 13:16:16 kato Exp $
+# $Id: LINT,v 1.484 1998/10/07 03:42:44 gibbs 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
@@ -495,7 +495,7 @@ options NFS #Network File System
# The rest are optional:
# options NFS_NOSERVER #Disable the NFS-server code.
-options CD9660 #ISO 9660 filesystem
+options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
options MFS #Memory File System
@@ -506,7 +506,7 @@ options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
-options CD9660_ROOT #CD-ROM usable as root device
+options "CD9660_ROOT" #CD-ROM usable as root device
options FFS_ROOT #FFS usable as root device
options NFS_ROOT #NFS usable as root device
# This code is still experimental (e.g. doesn't handle disk slices well).
OpenPOWER on IntegriCloud