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