diff options
| -rw-r--r-- | sys/conf/NOTES | 6 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5e0f6c803a1f..f038df79e3a4 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -623,7 +623,7 @@ options NFS #Network File System options CD9660 #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem -options MSDOSFS #MS DOS File System +options MSDOSFS #MS DOS File System (FAT, FAT32) options NTFS #NT File System options NULLFS #NULL filesystem options NWFS #NetWare filesystem @@ -644,8 +644,8 @@ options DEVFS #devices filesystem # to copyright restraints on the code that implement it. # # Read ../../ufs/ffs/README.softupdates to learn what you need to -# do to enable this. ../../contrib/softupdates/README gives -# more details on how they actually work. +# do to enable this. ../../ufs/ffs/README gives more details on how they +# actually work. # #options SOFTUPDATES diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5e0f6c803a1f..f038df79e3a4 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -623,7 +623,7 @@ options NFS #Network File System options CD9660 #ISO 9660 filesystem options FDESC #File descriptor filesystem options KERNFS #Kernel filesystem -options MSDOSFS #MS DOS File System +options MSDOSFS #MS DOS File System (FAT, FAT32) options NTFS #NT File System options NULLFS #NULL filesystem options NWFS #NetWare filesystem @@ -644,8 +644,8 @@ options DEVFS #devices filesystem # to copyright restraints on the code that implement it. # # Read ../../ufs/ffs/README.softupdates to learn what you need to -# do to enable this. ../../contrib/softupdates/README gives -# more details on how they actually work. +# do to enable this. ../../ufs/ffs/README gives more details on how they +# actually work. # #options SOFTUPDATES |
