- Some "rewording" and add links to Handbook sections

- s/alpha/Alpha for consistency
- Merge 2 notes.
This commit is contained in:
Marc Fonvieille 2003-08-24 16:52:06 +00:00
parent 63a182dae9
commit 6b0b03abd4
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17971

View file

@ -644,8 +644,8 @@ pseudo-device loop # Network loopback</programlisting>
use of the <option>-g</option> option which enables debugging
information when passed to &man.gcc.1;. The same can be
accomplished by the &man.config.8; <option>-g</option> option, if
you're using the old procedure of building your kernels (config;
make depend; etc.).</para>
you are using the <quote>traditional</quote> way for building your kernels (See the <xref linkend="kernelconfig-building">
for more informations.).</para>
<programlisting>options MATH_EMULATE #Support for x87 emulation</programlisting>
@ -739,8 +739,8 @@ options MD_ROOT #MD is a potential root device</programlisting>
<note><para>In &os; 5.X, &man.md.4;-backed UFS file systems are
used for memory file systems rather than MFS. Information on
configuring MD-backed file systems may be found in the man pages
for &man.mdconfig.8; and &man.mdmfs.8;. As a result, the
configuring memory-backed file systems may be found in the manual pages
for &man.mdconfig.8; and &man.mdmfs.8;, and in <xref linkend="disks-virtual">. As a result, the
<literal>MFS</literal> option is no longer supported.</para></note>
<indexterm>
@ -806,10 +806,10 @@ options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programli
<programlisting>options COMPAT_FREEBSD4 #Compatible with &os;4</programlisting>
<para>This option is required on &os;&nbsp;5.X &i386; and alpha systems
<para>This option is required on &os;&nbsp;5.X &i386; and Alpha systems
to support applications compiled on older versions of &os;
that use older system call interfaces. It is recommended that
this option be used on all &i386; and alpha systems that may
this option be used on all &i386; and Alpha systems that may
run older applications; platforms that gained support only in
5.X, such as ia64 and &sparc64;, do not require this option.</para>
@ -1514,9 +1514,8 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
be moved or tampered with:</para>
<screen>&prompt.root; <userinput>chflags schg /kernel</userinput></screen>
</note>
<note><para>In &os; 5.X, kernels are not installed with the
<para>In &os; 5.X, kernels are not installed with the
system immutable flag, so this is unlikely to be the source
of the problem you are experiencing.</para></note>
</listitem>