Added missing comma, reported by Eric Raymond.

This commit is contained in:
Fred Drake 1999-05-11 13:45:37 +00:00
parent e779d4f03b
commit 9ade7e0110
1 changed files with 2 additions and 3 deletions

View File

@ -1,10 +1,9 @@
\chapter{Generic Operating System Services} \chapter{Generic Operating System Services \label{allos}}
\label{allos}
The modules described in this chapter provide interfaces to operating The modules described in this chapter provide interfaces to operating
system features that are available on (almost) all operating systems, system features that are available on (almost) all operating systems,
such as files and a clock. The interfaces are generally modelled 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: other systems as well. Here's an overview:
\localmoduletable \localmoduletable