Remove duplicate word.
PR: 28356 Submitted by: Tyler Spivey <tspivey8@home.com>
This commit is contained in:
parent
2cf4943a03
commit
30a6814226
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9679
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.42 2001/06/06 20:39:25 chris Exp $
|
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.43 2001/06/21 17:20:59 murray Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter id="kernelconfig">
|
<chapter id="kernelconfig">
|
||||||
|
@ -80,7 +80,7 @@
|
||||||
<note>
|
<note>
|
||||||
<para>If there is <emphasis>not</emphasis> a
|
<para>If there is <emphasis>not</emphasis> a
|
||||||
<filename>/usr/src/sys</filename> directory on your system, then
|
<filename>/usr/src/sys</filename> directory on your system, then
|
||||||
the kernel source has not been been installed. The easiest way to
|
the kernel source has not been installed. The easiest way to
|
||||||
do this is by running <command>/stand/sysinstall</command> as
|
do this is by running <command>/stand/sysinstall</command> as
|
||||||
<username>root</username>, choosing <literal>Configure</literal>,
|
<username>root</username>, choosing <literal>Configure</literal>,
|
||||||
then <literal>Distributions</literal>, then
|
then <literal>Distributions</literal>, then
|
||||||
|
|
Loading…
Reference in a new issue