diff options
| author | Fred Drake <fdrake@acm.org> | 1998-02-18 15:22:08 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-02-18 15:22:08 +0000 |
| commit | 1f3ab1cb6c9ff3cef45e3c724b8f8d6e0c1edd48 (patch) | |
| tree | 7e6e238d3d639d8f6ecda3de912922d6e15bc1be /Doc/lib/liballos.tex | |
| parent | 55fca54ebba109e37825aad683507a18fd4f48de (diff) | |
| download | cpython-git-1f3ab1cb6c9ff3cef45e3c724b8f8d6e0c1edd48.tar.gz | |
Added \label{} for logical addressing.
Diffstat (limited to 'Doc/lib/liballos.tex')
| -rw-r--r-- | Doc/lib/liballos.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/liballos.tex b/Doc/lib/liballos.tex index cfd7e46482..fca7567fc2 100644 --- a/Doc/lib/liballos.tex +++ b/Doc/lib/liballos.tex @@ -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} |
