Fixed botched cross reference (target was not defined).

This commit is contained in:
jfieber 1996-05-15 15:17:28 +00:00
parent f2ad772ff6
commit 117a5dd564
3 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
<!-- $Id: handbook.sgml,v 1.45 1996/05/09 23:04:40 mpp Exp $ -->
<!-- $Id: handbook.sgml,v 1.46 1996/05/14 20:31:51 rich Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
@ -24,7 +24,7 @@
<author>
<name>The FreeBSD Documentation Project</name>
</author>
<date>March 19, 1996</date>
<date>May 15, 1996</date>
<abstract>Welcome to FreeBSD! This handbook covers the
installation and day to day use of <bf>FreeBSD Release

View File

@ -1,4 +1,4 @@
<!-- $Id: kernelconfig.sgml,v 1.9 1996/03/31 18:01:55 joerg Exp $ -->
<!-- $Id: kernelconfig.sgml,v 1.10 1996/05/09 23:04:46 mpp Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- <!DOCTYPE linuxdoc PUBLIC '-//FreeBSD//DTD linuxdoc//EN'> -->
<chapt><heading>Configuring the FreeBSD Kernel<label id="kernelconfig"></heading>
@ -44,7 +44,7 @@
</itemize></p>
<sect><heading>Building and Installing a Custom Kernel</heading>
<sect><heading>Building and Installing a Custom Kernel<label id="kernelconfig:building"></heading>
<p>First, let us take a quick tour of the kernel build
directory. All directories mentioned will be relative to

View File

@ -1,4 +1,4 @@
<!-- $Id: $ -->
<!-- $Id: linuxemu.sgml,v 1.1 1996/05/14 20:31:52 rich Exp $ -->
<!-- The FreeBSD Documentation Project -->
<chapt><heading>Linux Emulation<label id="linuxemu"></heading>
@ -161,7 +161,7 @@ options LINUX
</verb>
</tscreen>
to your kernel config file. Then run config and install the new
kernel as described in <ref id="kernelconfig:Building" name="Building
kernel as described in <ref id="kernelconfig:building" name="Building
and Installing a Custom Kernel">.
<sect1><heading>Installing Linux Runtime Libraries</heading>