Minor spelling.

This commit is contained in:
Tom Rhodes 2003-03-29 15:48:46 +00:00
parent 070d5311f2
commit 7be16baf53
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=16399

View file

@ -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
<filename>sparc64</filename>, and a few other architectures under
development.</para>
@ -285,7 +285,7 @@
</step>
<step>
<para>Change into the build directory. This is printed out after running the aformentioned
<para>Change into the build directory. This is printed out after running the aforementioned
command..</para>
<screen>&prompt.root; <userinput>cd ../compile/<replaceable>MYKERNEL</replaceable></userinput></screen>
@ -422,9 +422,9 @@
to the purpose or necessity of a line, check first in
<filename>LINT</filename>.</para>
<note><para>In &os; 5.X and above the <filename>LINT</filename> is non-existant.
See the <filename>NOTES</filename> file for architecture dependant options.
Some options, mainly architecture independant ones, are stored in the
<note><para>In &os; 5.X and above the <filename>LINT</filename> is non-existent.
See the <filename>NOTES</filename> file for architecture dependent options.
Some options, mainly architecture independent ones, are stored in the
<filename>/usr/src/sys/conf/NOTES</filename> file. Its advisable to review
the options in here also.</para></note>
@ -629,7 +629,7 @@ options MATH_EMULATE #Support for x87 emulation</programlisting>
<programlisting>options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]</programlisting>
<para>This is the basic hard drive filesystem. Leave it in if you
<para>This is the basic hard drive Filesystem. Leave it in if you
boot from the hard disk.</para>
<note><para>In &os; 5.0, <literal>FFS_ROOT</literal> is no longer
@ -666,7 +666,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]</programli
<programlisting>options MFS #Memory Filesystem
options MD_ROOT #MD is a potential root device</programlisting>
<para>This is the memory-mapped filesystem. This is basically a RAM
<para>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 <filename>/tmp</filename>
@ -698,7 +698,7 @@ options MD_ROOT #MD is a potential root device</programlisting>
<programlisting>options NFS #Network Filesystem
options NFS_ROOT #NFS usable as root device, NFS required</programlisting>
<para>The network filesystem. Unless you plan to mount partitions
<para>The network Filesystem. Unless you plan to mount partitions
from a Unix file server over TCP/IP, you can comment these
out.</para>
@ -708,7 +708,7 @@ options NFS_ROOT #NFS usable as root device, NFS required</programl
</indexterm>
<programlisting>options MSDOSFS #MSDOS Filesystem</programlisting>
<para>The MS-DOS filesystem. Unless you plan to mount a DOS formatted
<para>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 required</programl
<programlisting>options CD9660 #ISO 9660 Filesystem
options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programlisting>
<para>The ISO 9660 filesystem for CDROMs. Comment it out if you do
<para>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.</para>
Audio CDs do not need this Filesystem.</para>
<programlisting>options PROCFS #Process filesystem</programlisting>