Added missing comma, reported by Eric Raymond.
This commit is contained in:
parent
e779d4f03b
commit
9ade7e0110
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue