aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/design-44bsd
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-01-30 10:32:50 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-01-30 10:32:50 +0000
commitdbae0021a3cc07e87faa19f2ae2058b783e963e3 (patch)
tree77c1e31613dcaf2b1bfb36bc69ddf207d8e39937 /en_US.ISO8859-1/books/design-44bsd
parentc6b41de97a1a8e1111cf228744dc928f2fef4a8d (diff)
downloaddoc-dbae0021a3cc07e87faa19f2ae2058b783e963e3.tar.gz
doc-dbae0021a3cc07e87faa19f2ae2058b783e963e3.zip
Add missing id attributes.
Notes
Notes: svn path=/head/; revision=19882
Diffstat (limited to 'en_US.ISO8859-1/books/design-44bsd')
-rw-r--r--en_US.ISO8859-1/books/design-44bsd/book.sgml34
1 files changed, 17 insertions, 17 deletions
diff --git a/en_US.ISO8859-1/books/design-44bsd/book.sgml b/en_US.ISO8859-1/books/design-44bsd/book.sgml
index 049fd68364..2c7159a021 100644
--- a/en_US.ISO8859-1/books/design-44bsd/book.sgml
+++ b/en_US.ISO8859-1/books/design-44bsd/book.sgml
@@ -43,7 +43,7 @@
<!-- I seem to recall the editor wanting this notice to be bold. In html, I'd
use the _strong_ tag. What should I use instead? -->
- <legalnotice>
+ <legalnotice id="legalnotice">
<para>The second chapter of the book, <citetitle>The Design and
Implementation of the 4.4BSD Operating System</citetitle> is
excerpted here with the permission of the publisher. No part of it
@@ -62,10 +62,10 @@
</legalnotice>
</bookinfo>
- <chapter label="2">
+ <chapter id="overview" label="2">
<title>Design Overview of 4.4BSD</title>
- <sect1>
+ <sect1 id="overview-facilities">
<title>4.4BSD Facilities and the Kernel</title>
<para>The 4.4BSD kernel provides four basic facilities:
@@ -222,7 +222,7 @@
</sect2>
</sect1>
- <sect1>
+ <sect1 id="overview-kernel-organization">
<title>Kernel Organization</title>
<para>In this section, we view the organization of the 4.4BSD
@@ -567,7 +567,7 @@
in places logically associated with what is being initialized.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-kernel-service">
<title>Kernel Services</title>
<para>The boundary between the kernel- and user-level code is enforced by
@@ -634,7 +634,7 @@
invisible to the processes involved.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-process-management">
<title>Process Management</title>
<para>4.4BSD supports a multitasking environment.
@@ -898,7 +898,7 @@
</sect2>
</sect1>
- <sect1>
+ <sect1 id="overview-memory-management">
<title>Memory Management</title>
<para>Each process has its own private address space.
@@ -1119,7 +1119,7 @@
</sect2>
</sect1>
- <sect1>
+ <sect1 id="overview-io-system">
<title>I/O System</title>
<para>The basic model of the UNIX
@@ -1632,7 +1632,7 @@
</sect2>
</sect1>
- <sect1>
+ <sect1 id="overview-filesystem">
<title>Filesystems</title>
<para>A regular file is a linear array of bytes,
@@ -2018,7 +2018,7 @@
first introduced in 4.2BSD practically eliminate it.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-filestore">
<title>Filestores</title>
<para>The operations defined for local filesystems are divided into two parts.
@@ -2077,7 +2077,7 @@
the usage of virtual-memory resources.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-nfs">
<title>Network Filesystem</title>
<para>Initially, networking was used
@@ -2135,7 +2135,7 @@
</para>
</sect1>
- <sect1>
+ <sect1 id="overview-terminal">
<title>Terminals</title>
<para>Terminals support the standard system I/O operations, as well
@@ -2220,7 +2220,7 @@
</sect1>
- <sect1>
+ <sect1 id="overview-ipc">
<title>Interprocess Communication</title>
<para>Interprocess communication in 4.4BSD is organized in
@@ -2314,7 +2314,7 @@
Microsoft's Winsock networking interface for Windows.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-network-communication">
<title>Network Communication</title>
<para>Some of the communication domains supported by the
@@ -2349,7 +2349,7 @@
running with a newer network protocol.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-network-implementation">
<title>Network Implementation</title>
<para>The first protocol suite implemented in 4.2BSD was
@@ -2407,7 +2407,7 @@
network masks.</para>
</sect1>
- <sect1>
+ <sect1 id="overview-operation">
<title>System Operation</title>
<para>Bootstrapping mechanisms are used to start the system running.
@@ -2434,7 +2434,7 @@
the user can run additional processes.</para>
</sect1>
- <bibliography>
+ <bibliography id="references">
<title>References</title>
<biblioentry id="biblio-accetta">