Fix typo: s/bought/brought/
PR: docs/29605 Submitted by: John Murphy <jfm@blueyonder.co.uk>
This commit is contained in:
parent
a959f24ce5
commit
a801119d91
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=10293
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
<!--
|
<!--
|
||||||
The FreeBSD Documentation Project
|
The FreeBSD Documentation Project
|
||||||
|
|
||||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.57 2001/08/06 21:25:27 chern Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.58 2001/08/09 23:42:31 chern Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelconfig">
|
<chapter id="kernelconfig">
|
||||||
|
|
@ -85,7 +85,7 @@
|
||||||
kernel's functionality is contained in modules which can be dynamically
|
kernel's functionality is contained in modules which can be dynamically
|
||||||
loaded and unloaded from the kernel as necessary. This allows the
|
loaded and unloaded from the kernel as necessary. This allows the
|
||||||
kernel to adapt to new hardware suddenly becoming available (such as
|
kernel to adapt to new hardware suddenly becoming available (such as
|
||||||
PCMCIA cards in a laptop), or for new functionality to be bought in to
|
PCMCIA cards in a laptop), or for new functionality to be brought in to
|
||||||
the kernel that was not necessary when the kernel was originally
|
the kernel that was not necessary when the kernel was originally
|
||||||
compiled. Colloquially these are called KLDs.</para>
|
compiled. Colloquially these are called KLDs.</para>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue