diff options
author | Fred Drake <fdrake@acm.org> | 1998-02-09 22:12:28 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-02-09 22:12:28 (GMT) |
commit | 1624a507e6ebd2146272c116f2a66549b9105a6e (patch) | |
tree | 8b1473ba9bbed94a3b698a4cb7a4fcf2128a1bec /Doc/lib/libthread.tex | |
parent | 88223904c8b82a71cdf7be1638c68965b041fee5 (diff) | |
download | cpython-1624a507e6ebd2146272c116f2a66549b9105a6e.zip cpython-1624a507e6ebd2146272c116f2a66549b9105a6e.tar.gz cpython-1624a507e6ebd2146272c116f2a66549b9105a6e.tar.bz2 |
Oops, missed a \POSIX{} in an index entry.
Diffstat (limited to 'Doc/lib/libthread.tex')
-rw-r--r-- | Doc/lib/libthread.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 911c145..ae11823 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -16,7 +16,7 @@ The module is optional. It is supported on Windows NT and '95, SGI IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread (a.k.a. ``pthread'') implementation. \index{pthreads} -\indexii{threads}{posix} +\indexii{threads}{\POSIX{}} It defines the following constant and functions: |