Remove unwanted(?) 0xa0 characters.

This commit is contained in:
kuriyama 2001-12-27 03:18:24 +00:00
parent 6224939f9b
commit 30c6aad787
2 changed files with 8 additions and 8 deletions

View File

@ -618,16 +618,16 @@
<para arch="i386">Selected network drivers now implement a
semi-polling mode, which makes systems much more resilient to
attacks and overloads.  To enable polling, the following options
attacks and overloads. To enable polling, the following options
are required in a kernel configuration file:
<programlisting>options DEVICE_POLLING
options HZ=1000 # not compulsory but strongly recommended</programlisting>
      The <varname>kern.polling.enable</varname> sysctl variable
will then activate polling mode; with the
The <varname>kern.polling.enable</varname> sysctl variable
will then activate polling mode; with the
<varname>kern.polling.user_frac</varname> sysctl indicating the
percentage of CPU time to be reserved for userland.  The devices
percentage of CPU time to be reserved for userland. The devices
initially supporting polling are &man.dc.4;, &man.fxp.4;, and
&man.sis.4;.</para>

View File

@ -618,16 +618,16 @@
<para arch="i386">Selected network drivers now implement a
semi-polling mode, which makes systems much more resilient to
attacks and overloads.  To enable polling, the following options
attacks and overloads. To enable polling, the following options
are required in a kernel configuration file:
<programlisting>options DEVICE_POLLING
options HZ=1000 # not compulsory but strongly recommended</programlisting>
      The <varname>kern.polling.enable</varname> sysctl variable
will then activate polling mode; with the
The <varname>kern.polling.enable</varname> sysctl variable
will then activate polling mode; with the
<varname>kern.polling.user_frac</varname> sysctl indicating the
percentage of CPU time to be reserved for userland.  The devices
percentage of CPU time to be reserved for userland. The devices
initially supporting polling are &man.dc.4;, &man.fxp.4;, and
&man.sis.4;.</para>