mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Consistently use \POSIX{} to denote POSIX. There were at least two different
ways to do it previously (not counting module names).
This commit is contained in:
parent
41785fb864
commit
65b32f7f74
18 changed files with 60 additions and 60 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue