Spelling corrections.

This commit is contained in:
Murray Stokely 2004-07-12 07:26:10 +00:00
parent d1ec2ee4a0
commit 257aa7f2c6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21441

View file

@ -570,7 +570,7 @@ static_routes="internalnet2"
route_internalnet2="-net 192.168.2.0/24 192.168.1.2"</programlisting> route_internalnet2="-net 192.168.2.0/24 192.168.1.2"</programlisting>
<para>The <literal>static_routes</literal> configuration <para>The <literal>static_routes</literal> configuration
variable is a list of strings seperated by a space. Each variable is a list of strings separated by a space. Each
string references to a route name. In our above example we string references to a route name. In our above example we
only have one string in <literal>static_routes</literal>. only have one string in <literal>static_routes</literal>.
This string is <replaceable>internalnet2</replaceable>. We This string is <replaceable>internalnet2</replaceable>. We
@ -1209,7 +1209,7 @@ Number of SCO packets: 8</screen>
<para>One of the most common tasks is discovery of Bluetooth devices in <para>One of the most common tasks is discovery of Bluetooth devices in
RF proximity. This operation is called <emphasis>inquiry</emphasis>. RF proximity. This operation is called <emphasis>inquiry</emphasis>.
Inquiry and other HCI realated operations are done with the Inquiry and other HCI related operations are done with the
&man.hccontrol.8; utility. The example below shows how to find out &man.hccontrol.8; utility. The example below shows how to find out
which Bluetooth devices are in range. You should receive the list of which Bluetooth devices are in range. You should receive the list of
devices in a few seconds. Note that a remote device will only answer devices in a few seconds. Note that a remote device will only answer
@ -2505,7 +2505,7 @@ Exports list on foobar:
<itemizedlist> <itemizedlist>
<listitem> <listitem>
<para>Compile time options may determine different behaviours at <para>Compile time options may determine different behaviors at
runtime.</para> runtime.</para>
</listitem> </listitem>
@ -2537,7 +2537,7 @@ Exports list on foobar:
over BOOTP (nicer configuration files, possibility of using over BOOTP (nicer configuration files, possibility of using
<acronym>PXE</acronym>, plus many others not directly related to <acronym>PXE</acronym>, plus many others not directly related to
diskless operation), and we will describe mainly a diskless operation), and we will describe mainly a
<acronym>DHCP</acronym> configuration, with equivalent exemples <acronym>DHCP</acronym> configuration, with equivalent examples
using &man.bootpd.8; when possible. The sample configuration will using &man.bootpd.8; when possible. The sample configuration will
use the <application>ISC DHCP</application> software package use the <application>ISC DHCP</application> software package
(release 3.0.1.r12 was installed on the test server).</para> (release 3.0.1.r12 was installed on the test server).</para>