Improve the wording in a few places

This commit is contained in:
Manolis Kiagias 2009-02-01 09:38:25 +00:00
parent 212650eecb
commit cc54fdae94
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33794

View file

@ -156,9 +156,9 @@
</listitem>
<listitem>
<para>You have a modem or
other device connected to your system and configured
correctly which allows you to connect to your ISP.</para>
<para>A modem or
other device connected to your system and properly configured
to allow you to connect to your ISP.</para>
</listitem>
<listitem>
@ -1825,9 +1825,14 @@ exit 1
<sect2>
<title>Check the Device Nodes</title>
<para>If you reconfigured your kernel then you recall the
<devicename>sio</devicename> device. If you did not
configure your kernel, there is no reason to worry. Just
<para>When using a custom kernel, make sure to include the following
line in your kernel configuration file:</para>
<programlisting>device sio</programlisting>
<para>The <devicename>sio</devicename> device is already included
in the <literal>GENERIC</literal> kernel, so no additional steps
are necessary in this case. Just
check the <command>dmesg</command> output for the modem
device with:</para>