summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-03-30 07:01:56 +0000
committerbde <bde@FreeBSD.org>2004-03-30 07:01:56 +0000
commit0d09dc88d557ec14b185499ac6c4e9d508092b60 (patch)
treeab96f9bb3da6fcdeea1065b8f8b2534ef377b565 /sys/conf
parent9b713c0d7f6785234bbbd383d92b7cdad20ed2a4 (diff)
downloadFreeBSD-src-0d09dc88d557ec14b185499ac6c4e9d508092b60.zip
FreeBSD-src-0d09dc88d557ec14b185499ac6c4e9d508092b60.tar.gz
Fixed a style bug in previous commit (misformatted comment). Fixed
some nearby bugs (rotted and missing comments). Use similar wording for describing broken options.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0e9698e..3189c67 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -685,23 +685,24 @@ device harp #Pseudo-interface for NATM
# One of these is mandatory:
options FFS #Fast filesystem
-options NFSCLIENT #Network File System
+options NFSCLIENT #Network File System client
# The rest are optional:
options CD9660 #ISO 9660 filesystem
options FDESCFS #File descriptor filesystem
options HPFS #OS/2 File system
options MSDOSFS #MS DOS File System (FAT, FAT32)
-options NFSSERVER #Network File System
+options NFSSERVER #Network File System server
options NTFS #NT File System
options NULLFS #NULL filesystem
+# Broken (depends on NCP):
#options NWFS #NetWare filesystem
options PORTALFS #Portal filesystem
options PROCFS #Process filesystem (requires PSEUDOFS)
options PSEUDOFS #Pseudo-filesystem framework
options SMBFS #SMB/CIFS filesystem
options UDF #Universal Disk Format
-#umapfs is seriously (functionally) broken at this point.
+# Broken (seriously (functionally) broken):
#options UMAPFS #UID map filesystem
options UNIONFS #Union filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
OpenPOWER on IntegriCloud