From 7be16baf53e8525d213b00816fec80b88dde222f Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Sat, 29 Mar 2003 15:48:46 +0000 Subject: [PATCH] Minor spelling. --- .../books/handbook/kernelconfig/chapter.sgml | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index cab32ae9d4..c95e806405 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -149,7 +149,7 @@ architecture's directory deals with that architecture only; the rest of the code is common to all platforms to which &os; could potentially be ported. Notice the logical organization of the - directory structure, with each supported device, filesystem, and + directory structure, with each supported device, file system, and option in its own subdirectory. &os; 5.X and up has support for sparc64, and a few other architectures under development. @@ -285,7 +285,7 @@ - Change into the build directory. This is printed out after running the aformentioned + Change into the build directory. This is printed out after running the aforementioned command.. &prompt.root; cd ../compile/MYKERNEL @@ -422,9 +422,9 @@ to the purpose or necessity of a line, check first in LINT. - In &os; 5.X and above the LINT is non-existant. - See the NOTES file for architecture dependant options. - Some options, mainly architecture independant ones, are stored in the + In &os; 5.X and above the LINT is non-existent. + See the NOTES file for architecture dependent options. + Some options, mainly architecture independent ones, are stored in the /usr/src/sys/conf/NOTES file. Its advisable to review the options in here also. @@ -629,7 +629,7 @@ options MATH_EMULATE #Support for x87 emulation options FFS #Berkeley Fast Filesystem options FFS_ROOT #FFS usable as root device [keep this!] - This is the basic hard drive filesystem. Leave it in if you + This is the basic hard drive Filesystem. Leave it in if you boot from the hard disk. In &os; 5.0, FFS_ROOT is no longer @@ -666,7 +666,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]options MFS #Memory Filesystem options MD_ROOT #MD is a potential root device - This is the memory-mapped filesystem. This is basically a RAM + This is the memory-mapped Filesystem. This is basically a RAM disk for fast storage of temporary files, useful if you have a lot of swap space that you want to take advantage of. A perfect place to mount an MFS partition is on the /tmp @@ -698,7 +698,7 @@ options MD_ROOT #MD is a potential root device options NFS #Network Filesystem options NFS_ROOT #NFS usable as root device, NFS required - The network filesystem. Unless you plan to mount partitions + The network Filesystem. Unless you plan to mount partitions from a Unix file server over TCP/IP, you can comment these out. @@ -708,7 +708,7 @@ options NFS_ROOT #NFS usable as root device, NFS required options MSDOSFS #MSDOS Filesystem - The MS-DOS filesystem. Unless you plan to mount a DOS formatted + The MS-DOS Filesystem. Unless you plan to mount a DOS formatted hard drive partition at boot time, you can safely comment this out. It will be automatically loaded the first time you mount a DOS partition, as described above. Also, the excellent @@ -720,10 +720,10 @@ options NFS_ROOT #NFS usable as root device, NFS requiredoptions CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root, CD9660 required - The ISO 9660 filesystem for CDROMs. Comment it out if you do + The ISO 9660 Filesystem for CDROMs. Comment it out if you do not have a CDROM drive or only mount data CDs occasionally (since it will be dynamically loaded the first time you mount a data CD). - Audio CDs do not need this filesystem. + Audio CDs do not need this Filesystem. options PROCFS #Process filesystem