Fix some typos.

This commit is contained in:
Martin Heinen 2004-04-11 08:38:42 +00:00
parent d2be742637
commit 048f08f9dc
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=20654
3 changed files with 5 additions and 5 deletions

View file

@ -304,7 +304,7 @@ product BUFFALO WLI_CF_S11G 0x030b BUFFALO AirStation 11Mbps CF WLAN</programlis
<para>to <filename>pccarddevs</filename>. Presently, there is a
manual step to regenerate the
<filename>pccarddevs.h</filename> file used to convey these
identifiers to the the client driver. The following steps
identifiers to the client driver. The following steps
must be done before you can use them in the driver:</para>
<screen>&prompt.root; <userinput>cd src/sys/dev/pccard</userinput>

View file

@ -1553,7 +1553,7 @@
<para>
After the code has been available for review and no further
changes are necessary, the code is committed into the the
changes are necessary, the code is committed into the
development branch, -CURRENT.
If the change applies for
the -STABLE branch or the other branches as well, a

View file

@ -7393,8 +7393,8 @@ lpt0: &lt;Printer&gt; on ppbus0
lpt0: Interrupt-driven port</screen>
<para>The parallel port must be an interrupt driven port, under
&os;&nbsp;4.X, you should have a line similar to the the
following on in your kernel configuration file:</para>
&os;&nbsp;4.X, you should have a line similar to the
following in your kernel configuration file:</para>
<programlisting>device ppc0 at isa? irq 7</programlisting>
@ -7408,7 +7408,7 @@ hint.ppc.0.irq="7"</programlisting>
<para>Then check if the kernel configuration file has a
<literal>device plip</literal> line or if the
<filename>plip.ko</filename> kernel module is loaded. In both
cases the parallel networking interface shoud appears when you
cases the parallel networking interface should appear when you
directly use the &man.ifconfig.8; command. Under
&os;&nbsp;4.X like this:</para>