diff options
author | Fred Drake <fdrake@acm.org> | 1999-05-11 13:45:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-05-11 13:45:37 (GMT) |
commit | 9ade7e01109bc4240d497163cd59c9aa14f725cb (patch) | |
tree | d3a5eb7806ecb9cf47f25e613fff62d1864f20ab | |
parent | e779d4f03bc475582ee585d9ada170462508b74b (diff) | |
download | cpython-9ade7e01109bc4240d497163cd59c9aa14f725cb.zip cpython-9ade7e01109bc4240d497163cd59c9aa14f725cb.tar.gz cpython-9ade7e01109bc4240d497163cd59c9aa14f725cb.tar.bz2 |
Added missing comma, reported by Eric Raymond.
-rw-r--r-- | Doc/lib/liballos.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/liballos.tex b/Doc/lib/liballos.tex index 6def149..4d926c4 100644 --- a/Doc/lib/liballos.tex +++ b/Doc/lib/liballos.tex @@ -1,10 +1,9 @@ -\chapter{Generic Operating System Services} -\label{allos} +\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 +after the \UNIX{} or C interfaces, but they are available on most other systems as well. Here's an overview: \localmoduletable |