summaryrefslogtreecommitdiffstats
path: root/Doc/libthread.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
committerFred Drake <fdrake@acm.org>1998-02-09 20:27:12 (GMT)
commit65b32f7f7448ae9a5f8cf3500ee7e127aa740b77 (patch)
treecd0dd6be021dc851faca8f2f7a9a33420c2c3834 /Doc/libthread.tex
parent41785fb8644b66f4f17e292e9f96e870ae8b2764 (diff)
downloadcpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.zip
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.gz
cpython-65b32f7f7448ae9a5f8cf3500ee7e127aa740b77.tar.bz2
Consistently use \POSIX{} to denote POSIX. There were at least two different
ways to do it previously (not counting module names).
Diffstat (limited to 'Doc/libthread.tex')
-rw-r--r--Doc/libthread.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libthread.tex b/Doc/libthread.tex
index fcee360..911c145 100644
--- a/Doc/libthread.tex
+++ b/Doc/libthread.tex
@@ -13,7 +13,7 @@ semaphores}) are provided.
\index{semaphores, binary}
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
+IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread
(a.k.a. ``pthread'') implementation.
\index{pthreads}
\indexii{threads}{posix}