Commit 37f1b34b authored by Fred Drake's avatar Fred Drake

Added entry for fpectl module documentation.

Moved the mutex docs to be adjacent to the sched docs, since these are
meant to be used together (if they are used at all!).
parent fa214cca
......@@ -74,6 +74,7 @@ and how to embed it in other applications.
\input{libpython} % Python Runtime Services
\input{libsys}
\input{libgc}
\input{libfpectl}
\input{libatexit}
\input{libtypes}
\input{libuserdict}
......@@ -137,6 +138,7 @@ and how to embed it in other applications.
%\input{libcmpcache}
\input{libtime}
\input{libsched}
\input{libmutex}
\input{libgetpass}
\input{libcurses}
\input{libascii} % curses.ascii
......@@ -155,7 +157,6 @@ and how to embed it in other applications.
\input{libselect}
\input{libthread}
\input{libthreading}
\input{libmutex}
\input{libqueue}
\input{libmmap}
\input{libanydbm}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment