Add missing id attributes.
This commit is contained in:
parent
c6b41de97a
commit
dbae0021a3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19882
1 changed files with 17 additions and 17 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue