Whitespace corrections for kernel options.

This commit is contained in:
Ceri Davies 2004-09-10 19:18:25 +00:00
parent 0932733a81
commit 87ea558ada
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22300

View file

@ -668,7 +668,7 @@ device loop # Network loopback</programlisting>
underneath or next to each option for more information.</para>
<programlisting>#To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" #Default places to look for devices.</programlisting>
#hints "GENERIC.hints" # Default places to look for devices.</programlisting>
<para>In &os; 5.X and newer versions the &man.device.hints.5; is
used to configure options of the device drivers. The default
@ -681,7 +681,7 @@ device loop # Network loopback</programlisting>
<!-- XXX: Add a comment here that explains when compiling hints into the kernel is a good idea and why. -->
<programlisting>#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols</programlisting>
<programlisting>#makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols</programlisting>
<para>The normal build process of the &os; does not include
debugging information when building the kernel and strips most
@ -703,14 +703,14 @@ device loop # Network loopback</programlisting>
systems too. If you wish to try it out, replace <literal>SCHED_4BSD</literal>
with <literal>SCHED_ULE</literal> in your configuration file.</para>
<programlisting>options INET #InterNETworking</programlisting>
<programlisting>options INET # InterNETworking</programlisting>
<para>Networking support. Leave this in, even if you do not plan to
be connected to a network. Most programs require at least loopback
networking (i.e., making network connections within your PC), so
this is essentially mandatory.</para>
<programlisting>options INET6 #IPv6 communications protocols</programlisting>
<programlisting>options INET6 # IPv6 communications protocols</programlisting>
<para>This enables the IPv6 communication protocols.</para>
@ -719,7 +719,7 @@ device loop # Network loopback</programlisting>
<para>This is the basic hard drive file system. Leave it in if you
boot from the hard disk.</para>
<programlisting>options UFS_ACL #Support for access control lists</programlisting>
<programlisting>options UFS_ACL # Support for access control lists</programlisting>
<para>This option, present only in &os;&nbsp;5.X, enables kernel support
for access control lists. This relies on the use of extended
@ -729,7 +729,7 @@ device loop # Network loopback</programlisting>
system, as this will remove the access control lists, changing the
way files are protected in unpredictable ways.</para>
<programlisting>options UFS_DIRHASH #Improve performance on big directories</programlisting>
<programlisting>options UFS_DIRHASH # Improve performance on big directories</programlisting>
<para>This option includes functionality to speed up disk
operations on large directories, at the expense of using
@ -775,7 +775,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
<primary>kernel options</primary>
<secondary>MSDOSFS</secondary>
</indexterm>
<programlisting>options MSDOSFS #MSDOS Filesystem</programlisting>
<programlisting>options MSDOSFS # MSDOS Filesystem</programlisting>
<para>The &ms-dos; file system. Unless you plan to mount a DOS formatted
hard drive partition at boot time, you can safely comment this out.
@ -793,7 +793,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
will be dynamically loaded the first time you mount a data CD).
Audio CDs do not need this file system.</para>
<programlisting>options PROCFS #Process filesystem</programlisting>
<programlisting>options PROCFS # Process filesystem</programlisting>
<para>The process file system. This is a <quote>pretend</quote>
file system mounted on <filename>/proc</filename> which allows
@ -806,7 +806,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
making use of <literal>PROCFS</literal> must now also include
support for <literal>PSEUDOFS</literal>:</para>
<programlisting>options PSEUDOFS #Pseudo-filesystem framework</programlisting>
<programlisting>options PSEUDOFS # Pseudo-filesystem framework</programlisting>
<para><literal>PSEUDOFS</literal> is not available in &os; 4.X.</para>
@ -815,12 +815,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
<para>This option brings the ability to have a large number of
partitions on a single disk.</para>
<programlisting>options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]</programlisting>
<programlisting>options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]</programlisting>
<para>Compatibility with 4.3BSD. Leave this in; some programs will
act strangely if you comment this out.</para>
<programlisting>options COMPAT_FREEBSD4 #Compatible with &os;4</programlisting>
<programlisting>options COMPAT_FREEBSD4 # Compatible with &os;4</programlisting>
<para>This option is required on &os;&nbsp;5.X &i386; and Alpha systems
to support applications compiled on older versions of &os;
@ -829,7 +829,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
run older applications; platforms that gained support only in
5.X, such as ia64 and &sparc64;, do not require this option.</para>
<programlisting>options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI</programlisting>
<programlisting>options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI</programlisting>
<para>This causes the kernel to pause for 15 seconds before probing
each SCSI device in your system. If you only have IDE hard drives,
@ -838,12 +838,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
you do this and &os; has trouble recognizing your SCSI devices,
you will have to raise it again.</para>
<programlisting>options KTRACE #ktrace(1) support</programlisting>
<programlisting>options KTRACE # ktrace(1) support</programlisting>
<para>This enables kernel process tracing, which is useful in
debugging.</para>
<programlisting>options SYSVSHM #SYSV-style shared memory</programlisting>
<programlisting>options SYSVSHM # SYSV-style shared memory</programlisting>
<para>This option provides for System V shared memory. The most
common use of this is the XSHM extension in X, which many
@ -851,12 +851,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT</progra
extra speed. If you use X, you will definitely want to include
this.</para>
<programlisting>options SYSVSEM #SYSV-style semaphores</programlisting>
<programlisting>options SYSVSEM # SYSV-style semaphores</programlisting>
<para>Support for System V semaphores. Less commonly used but only
adds a few hundred bytes to the kernel.</para>
<programlisting>options SYSVMSG #SYSV-style message queues</programlisting>
<programlisting>options SYSVMSG # SYSV-style message queues</programlisting>
<para>Support for System V messages. Again, this option only adds a few hundred
bytes to the kernel.</para>
@ -975,7 +975,7 @@ device atapicd # ATAPI CDROM drives</programlisting>
<para>This is needed along with <literal>device ata</literal> for
ATAPI tape drives.</para>
<programlisting>options ATA_STATIC_ID #Static device numbering</programlisting>
<programlisting>options ATA_STATIC_ID # Static device numbering</programlisting>
<para>This makes the controller number static; without this,
the device numbers are dynamically allocated.</para>
@ -1333,7 +1333,7 @@ device pty # Pseudo-ttys (telnet etc)</programlisting>
<para>Memory disk pseudo-devices. With &os;&nbsp;4.X use the
line <literal>pseudo-device md</literal>.</para>
<programlisting>device gif # IPv6 and IPv4 tunneling</programlisting>
<programlisting>device gif # IPv6 and IPv4 tunneling</programlisting>
<para>This implements IPv6 over IPv4 tunneling, IPv4 over IPv6 tunneling,
IPv4 over IPv4 tunneling, and IPv6 over IPv6 tunneling. Beginning with
@ -1344,7 +1344,7 @@ device pty # Pseudo-ttys (telnet etc)</programlisting>
&os;&nbsp;4.X require a number, for example
<literal>pseudo-device gif 4</literal>.</para>
<programlisting>device faith # IPv6-to-IPv4 relaying (translation)</programlisting>
<programlisting>device faith # IPv6-to-IPv4 relaying (translation)</programlisting>
<para>This pseudo-device captures packets that are sent to it and
diverts them to the IPv4/IPv6 translation daemon. With