From 91e5211bbf157fc8f38d8ced26718b68441e375b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 2 Jul 1998 19:33:12 +0000 Subject: Added \deprecated to exit_thread() function. Reflects Guido's revision. --- Doc/lib/libthread.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libthread.tex b/Doc/lib/libthread.tex index 9bc1849..c8d251e 100644 --- a/Doc/lib/libthread.tex +++ b/Doc/lib/libthread.tex @@ -44,6 +44,7 @@ will cause the thread to exit silently. \end{funcdesc} \begin{funcdesc}{exit_thread}{} +\deprecated{1.5.2}{Use \function{exit()}.} This is an obsolete synonym for \function{exit()}. \end{funcdesc} -- cgit v0.12