Remove references to Kernel Debugging and Source Policies chapters.
These will be moving to the Developer's Handbook shortly.
This commit is contained in:
parent
66f396ae7d
commit
741499c6ac
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9946
3 changed files with 12 additions and 13 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.38 2001/07/13 12:13:39 nik Exp $
|
||||
# $FreeBSD: doc/en_US.ISO8859-1/books/handbook/Makefile,v 1.39 2001/07/13 22:55:50 murray Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook.
|
||||
#
|
||||
|
|
@ -48,14 +48,12 @@ SRCS+= eresources/chapter.sgml
|
|||
SRCS+= install/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= kerneldebug/chapter.sgml
|
||||
SRCS+= kernelopts/chapter.sgml
|
||||
SRCS+= l10n/chapter.sgml
|
||||
SRCS+= linuxemu/chapter.sgml
|
||||
SRCS+= mail/chapter.sgml
|
||||
SRCS+= mirrors/chapter.sgml
|
||||
SRCS+= pgpkeys/chapter.sgml
|
||||
SRCS+= policies/chapter.sgml
|
||||
SRCS+= ppp-and-slip/chapter.sgml
|
||||
SRCS+= printing/chapter.sgml
|
||||
SRCS+= security/chapter.sgml
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.13 2001/07/10 02:33:47 murray Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/chapters.ent,v 1.14 2001/07/13 22:55:52 murray Exp $
|
||||
-->
|
||||
|
||||
<!-- Part one -->
|
||||
|
|
@ -37,8 +37,6 @@
|
|||
<!-- Part four -->
|
||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.sgml">
|
||||
<!ENTITY chap.contrib SYSTEM "contrib/chapter.sgml">
|
||||
<!ENTITY chap.policies SYSTEM "policies/chapter.sgml">
|
||||
<!ENTITY chap.kerneldebug SYSTEM "kerneldebug/chapter.sgml">
|
||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.sgml">
|
||||
|
||||
<!-- Part five (appendices) -->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.30 2001/07/16 23:39:49 chern Exp $
|
||||
$FreeBSD: doc/en_US.ISO8859-1/books/handbook/serialcomms/chapter.sgml,v 1.31 2001/07/17 00:11:24 chern Exp $
|
||||
-->
|
||||
|
||||
<chapter id="serialcomms">
|
||||
|
|
@ -2172,12 +2172,15 @@ raisechar=^^</programlisting>
|
|||
|
||||
<listitem>
|
||||
<para>Reserves this unit (in conjunction with
|
||||
<literal>0x10</literal>) and makes the unit unavailable for
|
||||
normal access. You should not set this flag to the serial
|
||||
port unit which you want to use as the serial console. The
|
||||
only use of this flag is to designate the unit for kernel
|
||||
remote debugging. See <xref linkend="kerneldebug"> for more
|
||||
information on remote debugging.</para>
|
||||
<literal>0x10</literal>) and makes the unit
|
||||
unavailable for normal access. You should not set
|
||||
this flag to the serial port unit which you want to
|
||||
use as the serial console. The only use of this
|
||||
flag is to designate the unit for kernel remote
|
||||
debugging. See <ulink
|
||||
url="http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/">The
|
||||
Developer's Handbook</ulink> for more information on
|
||||
remote debugging.</para>
|
||||
|
||||
<note>
|
||||
<para>In FreeBSD 4.0-CURRENT or later the semantics of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue