Start populating the handbook with useful cross reference targets.

All cross reference labels start with name of the file that contains
them.  A label for the top section level is simply the name of the
file (omitting the .sgml).  Other references within the file append a
colon and onother name.  For example, the label on the mailing list
section in the file eresources.sgml is eresources:mail.  This gives
each file its own cross reference namespace.
This commit is contained in:
John Fieber 1995-06-30 17:37:53 +00:00
parent d829a2bee3
commit 396c73dcff
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22
27 changed files with 74 additions and 75 deletions

View file

@ -1,4 +1,4 @@
<!-- $Id: kerneldebug.sgml,v 1.1 1995-06-14 18:38:55 jfieber Exp $ -->
<!-- $Id: kerneldebug.sgml,v 1.2 1995-06-30 17:37:41 jfieber Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!--
@ -8,7 +8,7 @@
]>
-->
<chapt><heading>Kernel Debugging</heading>
<chapt><heading>Kernel Debugging<label id="kerneldebug"></heading>
<p><em>Contributed by &a.paul; and &a.joerg;</em>
@ -30,7 +30,7 @@ options DODUMP
</verb></tscreen>
in your config file in order to get kernel core dumps.
-->
See <ref id="kernelconfig:" name="Kernel Configuration"> for
See <ref id="kernelconfig" name="Kernel Configuration"> for
details on configuring the FreeBSD kernel.
<em><bf>Note:</bf> In the following, the term `<tt>kgdb</tt>' refers
@ -253,7 +253,7 @@ options DODUMP
<tscreen><verb>
options DDB
</verb></tscreen>
to your config file, and rebuild. (See <ref id="kernelconfig:"
to your config file, and rebuild. (See <ref id="kernelconfig"
name="Kernel Configuration"> for details on configuring the
FreeBSD kernel. Note that if you have an older version of the
boot blocks, your debugger symbols might not be loaded at all.