summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 22:12:28 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 22:12:28 (GMT)
commit1624a507e6ebd2146272c116f2a66549b9105a6e (patch)
tree8b1473ba9bbed94a3b698a4cb7a4fcf2128a1bec /Doc/lib
parent88223904c8b82a71cdf7be1638c68965b041fee5 (diff)
downloadcpython-1624a507e6ebd2146272c116f2a66549b9105a6e.zip
cpython-1624a507e6ebd2146272c116f2a66549b9105a6e.tar.gz
cpython-1624a507e6ebd2146272c116f2a66549b9105a6e.tar.bz2
Oops, missed a \POSIX{} in an index entry.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libthread.tex2
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: