Added \label{} for logical addressing.

This commit is contained in:
Fred Drake 1998-02-18 15:22:08 +00:00
parent 55fca54ebb
commit 1f3ab1cb6c
8 changed files with 14 additions and 6 deletions

View File

@ -1,10 +1,11 @@
\chapter{Generic Operating System Services}
\label{allos}
The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modelled
after the \UNIX{} or C interfaces but they are available on most other
systems as well. Here's an overview:
after the \UNIX{} or \C{} interfaces but they are available on most
other systems as well. Here's an overview:
\begin{description}

View File

@ -1,4 +1,5 @@
\chapter{Cryptographic Services}
\label{crypto}
\index{cryptography}
The modules described in this chapter implement various algorithms of

View File

@ -1,4 +1,5 @@
\chapter{Multimedia Services}
\label{mmedia}
The modules described in this chapter implement various algorithms or
interfaces that are mainly useful for multimedia applications. They

View File

@ -1,7 +1,8 @@
% Manual text and implementation by Jaap Vermeulen
\section{Standard Module \sectcode{posixfile}}
\label{module-posixfile}
\bimodindex{posixfile}
\indexii{posix}{file object}
\indexii{\POSIX{}}{file object}
\emph{Note:} This module will become obsolete in a future release.
The locking operation that it provides is done better and more

View File

@ -1,10 +1,11 @@
\chapter{Generic Operating System Services}
\label{allos}
The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modelled
after the \UNIX{} or C interfaces but they are available on most other
systems as well. Here's an overview:
after the \UNIX{} or \C{} interfaces but they are available on most
other systems as well. Here's an overview:
\begin{description}

View File

@ -1,4 +1,5 @@
\chapter{Cryptographic Services}
\label{crypto}
\index{cryptography}
The modules described in this chapter implement various algorithms of

View File

@ -1,4 +1,5 @@
\chapter{Multimedia Services}
\label{mmedia}
The modules described in this chapter implement various algorithms or
interfaces that are mainly useful for multimedia applications. They

View File

@ -1,7 +1,8 @@
% Manual text and implementation by Jaap Vermeulen
\section{Standard Module \sectcode{posixfile}}
\label{module-posixfile}
\bimodindex{posixfile}
\indexii{posix}{file object}
\indexii{\POSIX{}}{file object}
\emph{Note:} This module will become obsolete in a future release.
The locking operation that it provides is done better and more