Make <indexterm> entries more specific by using <command> and
<filename> tags. Submitted by: Valentino Vaschetto <valentino.vaschetto@windriver.com> Reviewed by: murray
This commit is contained in:
parent
1e99114452
commit
919197254e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9983
1 changed files with 17 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.51 2001/07/17 00:11:19 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml,v 1.52 2001/07/17 22:20:49 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="kernelconfig">
|
||||
|
@ -255,7 +255,9 @@
|
|||
recognize KERNCONF=</para>
|
||||
</note>
|
||||
|
||||
<indexterm><primary>CVSup</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary><command>cvsup</command></primary>
|
||||
</indexterm>
|
||||
<indexterm><primary>anoncvs</primary></indexterm>
|
||||
<indexterm><primary>CTM</primary></indexterm>
|
||||
<indexterm>
|
||||
|
@ -270,7 +272,9 @@
|
|||
<command>config</command>, <command>make depend</command>,
|
||||
<command>make</command>, <command>make install</command> sequence.</para>
|
||||
|
||||
<indexterm><primary>kernel.old</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary><filename>kernel.old</filename></primary>
|
||||
</indexterm>
|
||||
|
||||
<para>The new kernel will be copied to the root directory as
|
||||
<filename>/kernel</filename> and the old kernel will be moved to
|
||||
|
@ -291,7 +295,10 @@
|
|||
|
||||
<sect1 id="kernelconfig-config">
|
||||
<title>The Configuration File</title>
|
||||
<indexterm><primary>kernel</primary><secondary>LINT</secondary></indexterm>
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
<secondary>LINT</secondary>
|
||||
</indexterm>
|
||||
<indexterm><primary>LINT</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
|
@ -330,7 +337,7 @@
|
|||
</important>
|
||||
<indexterm>
|
||||
<primary>kernel</primary>
|
||||
<secondary>example config</secondary>
|
||||
<secondary>example config file</secondary>
|
||||
</indexterm>
|
||||
|
||||
<para>The following is an example <filename>GENERIC</filename> kernel
|
||||
|
@ -1055,7 +1062,9 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
|
|||
<title>Making Device Nodes</title>
|
||||
|
||||
<indexterm><primary>device nodes</primary></indexterm>
|
||||
<indexterm><primary>MAKEDEV</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary><command>MAKEDEV</command></primary>
|
||||
</indexterm>
|
||||
<para>Almost every device in the kernel has a corresponding
|
||||
<quote>node</quote> entry in the <filename>/dev</filename> directory.
|
||||
These nodes look like regular files, but are actually special
|
||||
|
@ -1081,7 +1090,8 @@ pseudo-device bpf # Berkeley packet filter</programlisting>
|
|||
turns out that those files are not there, so you must change to the
|
||||
<filename>/dev</filename> directory and type:</para>
|
||||
|
||||
<indexterm><primary>MAKEDEV</primary></indexterm>
|
||||
<indexterm>
|
||||
<primary><command>MAKEDEV</command></primary></indexterm>
|
||||
<screen>&prompt.root; <userinput>sh MAKEDEV acd0</userinput></screen>
|
||||
|
||||
<para>When this script finishes, you will find that there are now
|
||||
|
|
Loading…
Reference in a new issue