]> granicus.if.org Git - python/commitdiff
Added \label{} for logical addressing.
authorFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:22:08 +0000 (15:22 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 18 Feb 1998 15:22:08 +0000 (15:22 +0000)
Doc/lib/liballos.tex
Doc/lib/libcrypto.tex
Doc/lib/libmm.tex
Doc/lib/libposixfile.tex
Doc/liballos.tex
Doc/libcrypto.tex
Doc/libmm.tex
Doc/libposixfile.tex

index cfd7e46482f0bf4717bbc8ba85065bc9f716c778..fca7567fc22559fe7f91c1fda13c5ad51ad45fdf 100644 (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}
 
index a04c84965c2e5979978f117a03432821b62a610b..e81404cf74bd1e1157b91efb13e61a7719ebb364 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Cryptographic Services}
+\label{crypto}
 \index{cryptography}
 
 The modules described in this chapter implement various algorithms of
index a36915fc7f58bf30a3b64b0ed4eb6c6cbeb49b9e..86609096023d49451adaaa0592ad905b5ca2dd31 100644 (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
index 7d824cf1eface79c9701882e09fca544c24b63db..787a84ee85bda12f213cd4900cf5e5d636e47aaa 100644 (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
index cfd7e46482f0bf4717bbc8ba85065bc9f716c778..fca7567fc22559fe7f91c1fda13c5ad51ad45fdf 100644 (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}
 
index a04c84965c2e5979978f117a03432821b62a610b..e81404cf74bd1e1157b91efb13e61a7719ebb364 100644 (file)
@@ -1,4 +1,5 @@
 \chapter{Cryptographic Services}
+\label{crypto}
 \index{cryptography}
 
 The modules described in this chapter implement various algorithms of
index a36915fc7f58bf30a3b64b0ed4eb6c6cbeb49b9e..86609096023d49451adaaa0592ad905b5ca2dd31 100644 (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
index 7d824cf1eface79c9701882e09fca544c24b63db..787a84ee85bda12f213cd4900cf5e5d636e47aaa 100644 (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