diff options
Diffstat (limited to 'Doc/libthread.tex')
-rw-r--r-- | Doc/libthread.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/libthread.tex b/Doc/libthread.tex index ae11823..24ebac5 100644 --- a/Doc/libthread.tex +++ b/Doc/libthread.tex @@ -20,7 +20,7 @@ IRIX, Solaris 2.x, as well as on systems that have a \POSIX{} thread It defines the following constant and functions: -\renewcommand{\indexsubitem}{(in module thread)} +\setindexsubitem{(in module thread)} \begin{excdesc}{error} Raised on thread-specific errors. \end{excdesc} @@ -64,7 +64,7 @@ another thread is created. Lock objects have the following methods: -\renewcommand{\indexsubitem}{(lock method)} +\setindexsubitem{(lock method)} \begin{funcdesc}{acquire}{\optional{waitflag}} Without the optional argument, this method acquires the lock unconditionally, if necessary waiting until it is released by another |