- Add some acronym tags

- Do some s/5.0/5.X where needed
This commit is contained in:
Marc Fonvieille 2003-08-24 08:26:02 +00:00
parent de38f38d30
commit fc03d4d032
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=17965

View file

@ -566,7 +566,7 @@ cpu I686_CPU</programlisting>
<para>The auto-tuning algorithm sets <literal>maxuser</literal> equal <para>The auto-tuning algorithm sets <literal>maxuser</literal> equal
to the amount of memory in the system, with a minimum of 32, and a to the amount of memory in the system, with a minimum of 32, and a
maximum of 384.</para></footnote>. maximum of 384.</para></footnote>.
In &os;-5.x, <literal>maxusers</literal> will default to In &os;&nbsp;5.X, <literal>maxusers</literal> will default to
<literal>0</literal> if not specified. If you are using an <literal>0</literal> if not specified. If you are using an
version of &os; earlier than 4.5, or you want to manage it version of &os; earlier than 4.5, or you want to manage it
yourself you will want to set yourself you will want to set
@ -622,7 +622,7 @@ pseudo-device loop # Network loopback</programlisting>
<programlisting>#To statically compile in device wiring instead of /boot/device.hints <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 <para>In &os; 5.X and newer versions the &man.device.hints.5; is
used to configure options of the device drivers. The default used to configure options of the device drivers. The default
location that &man.loader.8; will check at boot time is location that &man.loader.8; will check at boot time is
<filename>/boot/device.hints</filename>. Using the <filename>/boot/device.hints</filename>. Using the
@ -663,7 +663,7 @@ pseudo-device loop # Network loopback</programlisting>
<literal>GPL_MATH_EMULATE</literal> to use the GNU math support, <literal>GPL_MATH_EMULATE</literal> to use the GNU math support,
which is not included by default for licensing reasons.</para> which is not included by default for licensing reasons.</para>
<para>In &os; 5.0, math emulation is disabled by default, <para>In &os; 5.X, math emulation is disabled by default,
as older CPUs that do not have native floating point math support as older CPUs that do not have native floating point math support
are far less common, and in many cases not supported by the are far less common, and in many cases not supported by the
<filename>GENERIC</filename> kernel without other additional options.</para></note> <filename>GENERIC</filename> kernel without other additional options.</para></note>
@ -685,15 +685,15 @@ options FFS_ROOT #FFS usable as root device [keep this!]</programli
<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> boot from the hard disk.</para>
<note><para>In &os; 5.0, <literal>FFS_ROOT</literal> is no longer <note><para>In &os; 5.X, <literal>FFS_ROOT</literal> is no longer
required.</para></note> required.</para></note>
<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.0, enables kernel support <para>This option, present only in &os;&nbsp;5.X, enables kernel support
for access control lists. This relies on the use of extended for access control lists. This relies on the use of extended
attributes and UFS2, and the feature is described in detail attributes and <acronym>UFS2</acronym>, and the feature is described in detail
in the <xref linkend="fs-acl">. ACLs are enabled by default, and should not be in the <xref linkend="fs-acl">. <acronym>ACL</acronym>s are enabled by default, and should not be
disabled in the kernel if they have been used previously on a file disabled in the kernel if they have been used previously on a file
system, as this will remove the access control lists changing the system, as this will remove the access control lists changing the
way files are protected in unpredictable ways.</para> way files are protected in unpredictable ways.</para>
@ -713,7 +713,7 @@ options FFS_ROOT #FFS usable as root device [keep this!]</programli
help speed up write access on the disks. Even when this help speed up write access on the disks. Even when this
functionality is provided by the kernel, it must be turned on functionality is provided by the kernel, it must be turned on
for specific disks. Review the output from &man.mount.8; to see for specific disks. Review the output from &man.mount.8; to see
if SoftUpdates is enabled for your system disks. If you do not if Soft Updates is enabled for your system disks. If you do not
see the <literal>soft-updates</literal> option then you will see the <literal>soft-updates</literal> option then you will
need to activate it using the &man.tunefs.8; (for existing need to activate it using the &man.tunefs.8; (for existing
filesystems) or &man.newfs.8; (for new filesystems) filesystems) or &man.newfs.8; (for new filesystems)
@ -737,7 +737,7 @@ options MD_ROOT #MD is a potential root device</programlisting>
<para>Now you simply need to either reboot, or run the command <para>Now you simply need to either reboot, or run the command
<command>mount /tmp</command>.</para> <command>mount /tmp</command>.</para>
<note><para>In &os; 5.0, &man.md.4;-backed UFS file systems are <note><para>In &os; 5.X, &man.md.4;-backed UFS file systems are
used for memory file systems rather than MFS. Information on used for memory file systems rather than MFS. Information on
configuring MD-backed file systems may be found in the man pages configuring MD-backed file systems may be found in the man pages
for &man.mdconfig.8; and &man.mdmfs.8;. As a result, the for &man.mdconfig.8; and &man.mdmfs.8;. As a result, the
@ -786,17 +786,17 @@ options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programli
<para>The process filesystem. This is a <quote>pretend</quote> <para>The process filesystem. This is a <quote>pretend</quote>
filesystem mounted on <filename>/proc</filename> which allows filesystem mounted on <filename>/proc</filename> which allows
programs like &man.ps.1; to give you more information on what programs like &man.ps.1; to give you more information on what
processes are running. In &os; 5.0, use of <literal>PROCFS</literal> processes are running. In &os; 5.X, use of <literal>PROCFS</literal>
is not required under most circumstances, as most is not required under most circumstances, as most
debugging and monitoring tools have been adapted to run without debugging and monitoring tools have been adapted to run without
<literal>PROCFS</literal>. In addition, 5.0-CURRENT kernels <literal>PROCFS</literal>. In addition, 5.X-CURRENT kernels
making use of <literal>PROCFS</literal> must now also include making use of <literal>PROCFS</literal> must now also include
support for <literal>PSEUDOFS</literal>:</para> 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><literal>PSEUDOFS</literal> is not available in &os; 4.X.
Unlike in &os; 4.X, new installs of &os; 5.0 will not mount Unlike in &os; 4.X, new installations of &os; 5.X will not mount
the process file system by default.</para> the process file system by default.</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>
@ -806,12 +806,12 @@ options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programli
<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; 5.0 &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; to support applications compiled on older versions of &os;
that use older system call interfaces. It is recommended that 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 run older applications; platforms that gained support only in
5.0, such as ia64 and &sparc64;, do not require this option.</para> 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>
@ -831,7 +831,7 @@ options CD9660_ROOT #CD-ROM usable as root, CD9660 required</programli
&man.talk.1;, and any other messages you receive, as well &man.talk.1;, and any other messages you receive, as well
as any console messages sent by the kernel.</para> as any console messages sent by the kernel.</para>
<note><para>In &os; 5.0, <literal>UCONSOLE</literal> is no <note><para>In &os; 5.X, <literal>UCONSOLE</literal> is no
longer required.</para></note> longer required.</para></note>
<programlisting>options USERCONFIG #boot -c editor</programlisting> <programlisting>options USERCONFIG #boot -c editor</programlisting>
@ -884,7 +884,7 @@ options _KPOSIX_PRIORITY_SCHEDULING</programlisting>
applications in the ports collection use these applications in the ports collection use these
(such as <application>StarOffice</application>).</para> (such as <application>StarOffice</application>).</para>
<note><para>In &os; 5.0, all of this functionality is now <note><para>In &os; 5.X, all of this functionality is now
provided by the <literal>_KPOSIX_PRIORITY_SCHEDULING</literal> provided by the <literal>_KPOSIX_PRIORITY_SCHEDULING</literal>
option, and <literal>P1003_1B</literal> is no longer option, and <literal>P1003_1B</literal> is no longer
required.</para></note> required.</para></note>
@ -902,7 +902,7 @@ options _KPOSIX_PRIORITY_SCHEDULING</programlisting>
typically want this option as it will help protect the machine from typically want this option as it will help protect the machine from
denial of service packet attacks.</para> denial of service packet attacks.</para>
<note><para>In &os; 5.0, this feature is enabled by default and <note><para>In &os; 5.X, this feature is enabled by default and
the <literal>ICMP_BANDLIM</literal> option is not required. the <literal>ICMP_BANDLIM</literal> option is not required.
</para></note> </para></note>
@ -1516,9 +1516,9 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
<screen>&prompt.root; <userinput>chflags schg /kernel</userinput></screen> <screen>&prompt.root; <userinput>chflags schg /kernel</userinput></screen>
</note> </note>
<note><para>In &os; 5.0, kernels are not installed with the <note><para>In &os; 5.X, kernels are not installed with the
system immutable flag, so this is unlikely to be the source system immutable flag, so this is unlikely to be the source
of the problem you're experiencing.</para></note> of the problem you are experiencing.</para></note>
</listitem> </listitem>
</varlistentry> </varlistentry>