Remove the FreeBSD Internals Chapter. The contents have been moved to
several different chapters in the Developers' Handbook.
This commit is contained in:
parent
90b1aec3d1
commit
0418dcd8f2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9431
9 changed files with 18 additions and 3242 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.30 2000/12/01 00:58:11 jim Exp $
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.31 2001/02/28 22:50:05 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook.
|
||||
#
|
||||
|
|
@ -31,7 +31,6 @@ SRCS+= disks/chapter.sgml
|
|||
SRCS+= eresources/chapter.sgml
|
||||
SRCS+= hw/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= internals/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= kerneldebug/chapter.sgml
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/book.sgml,v 1.96 2001/04/12 07:33:12 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/book.sgml,v 1.97 2001/04/21 04:54:04 jkh Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
|
@ -110,7 +110,6 @@
|
|||
&chap.kernelopts;
|
||||
&chap.kerneldebug;
|
||||
&chap.linuxemu;
|
||||
&chap.internals;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/chapters.ent,v 1.8 2000/03/20 20:59:32 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/chapters.ent,v 1.9 2000/12/01 00:58:11 jim Exp $
|
||||
-->
|
||||
|
||||
<!-- Part one -->
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
<!ENTITY chap.kernelopts SYSTEM "kernelopts/chapter.sgml">
|
||||
<!ENTITY chap.kerneldebug SYSTEM "kerneldebug/chapter.sgml">
|
||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.sgml">
|
||||
<!ENTITY chap.internals SYSTEM "internals/chapter.sgml">
|
||||
|
||||
<!-- Part five (appendices) -->
|
||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.sgml">
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.42 2001/04/17 01:37:45 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.43 2001/05/08 17:53:31 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
|
@ -2340,10 +2340,12 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
|
|||
<para><emphasis>Contributed by &a.shin;, 5 March
|
||||
2000.</emphasis></para>
|
||||
|
||||
<para>IPsec mechanism provides secure communication either for IP
|
||||
<para>The IPsec mechanism provides secure communication either for IP
|
||||
layer and socket layer communication. This section should
|
||||
explain how to use them. About IPsec implementation, please
|
||||
refer <link linkend="ipsec-implementation">section 23.5.4</link>.</para>
|
||||
explain how to use them. For implementation details, please
|
||||
refer to <ulink
|
||||
url="http://www.freebsd.org/doc/en_US.ISO_8859-1/books/developers-handbook/ipv6.html">The
|
||||
Developers' Handbook</ulink>.</para>
|
||||
|
||||
<para>The current IPsec implementation supports both transport mode
|
||||
and tunnel mode. However, tunnel mode comes with some restrictions.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.30 2000/12/01 00:58:11 jim Exp $
|
||||
# $FreeBSD: doc/en_US.ISO_8859-1/books/handbook/Makefile,v 1.31 2001/02/28 22:50:05 nik Exp $
|
||||
#
|
||||
# Build the FreeBSD Handbook.
|
||||
#
|
||||
|
|
@ -31,7 +31,6 @@ SRCS+= disks/chapter.sgml
|
|||
SRCS+= eresources/chapter.sgml
|
||||
SRCS+= hw/chapter.sgml
|
||||
SRCS+= install/chapter.sgml
|
||||
SRCS+= internals/chapter.sgml
|
||||
SRCS+= introduction/chapter.sgml
|
||||
SRCS+= kernelconfig/chapter.sgml
|
||||
SRCS+= kerneldebug/chapter.sgml
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/book.sgml,v 1.96 2001/04/12 07:33:12 nik Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/book.sgml,v 1.97 2001/04/21 04:54:04 jkh Exp $
|
||||
-->
|
||||
|
||||
<!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
|
||||
|
|
@ -110,7 +110,6 @@
|
|||
&chap.kernelopts;
|
||||
&chap.kerneldebug;
|
||||
&chap.linuxemu;
|
||||
&chap.internals;
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
Chapters should be listed in the order in which they are referenced.
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/chapters.ent,v 1.8 2000/03/20 20:59:32 jim Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/chapters.ent,v 1.9 2000/12/01 00:58:11 jim Exp $
|
||||
-->
|
||||
|
||||
<!-- Part one -->
|
||||
|
|
@ -40,7 +40,6 @@
|
|||
<!ENTITY chap.kernelopts SYSTEM "kernelopts/chapter.sgml">
|
||||
<!ENTITY chap.kerneldebug SYSTEM "kerneldebug/chapter.sgml">
|
||||
<!ENTITY chap.linuxemu SYSTEM "linuxemu/chapter.sgml">
|
||||
<!ENTITY chap.internals SYSTEM "internals/chapter.sgml">
|
||||
|
||||
<!-- Part five (appendices) -->
|
||||
<!ENTITY chap.mirrors SYSTEM "mirrors/chapter.sgml">
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.42 2001/04/17 01:37:45 dd Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.43 2001/05/08 17:53:31 murray Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
|
@ -2340,10 +2340,12 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
|
|||
<para><emphasis>Contributed by &a.shin;, 5 March
|
||||
2000.</emphasis></para>
|
||||
|
||||
<para>IPsec mechanism provides secure communication either for IP
|
||||
<para>The IPsec mechanism provides secure communication either for IP
|
||||
layer and socket layer communication. This section should
|
||||
explain how to use them. About IPsec implementation, please
|
||||
refer <link linkend="ipsec-implementation">section 23.5.4</link>.</para>
|
||||
explain how to use them. For implementation details, please
|
||||
refer to <ulink
|
||||
url="http://www.freebsd.org/doc/en_US.ISO_8859-1/books/developers-handbook/ipv6.html">The
|
||||
Developers' Handbook</ulink>.</para>
|
||||
|
||||
<para>The current IPsec implementation supports both transport mode
|
||||
and tunnel mode. However, tunnel mode comes with some restrictions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue