commit | 91e5211bbf157fc8f38d8ced26718b68441e375b | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Jul 02 19:33:12 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Jul 02 19:33:12 1998 +0000 |
tree | 8212d1ee4ab0aac6765dd8d4150074efb7e0f198 | |
parent | d20781b5184420df596881bf630d925478729b69 [diff] [blame] |
Added \deprecated to exit_thread() function. Reflects Guido's revision.
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 @@ \end{funcdesc} \begin{funcdesc}{exit_thread}{} +\deprecated{1.5.2}{Use \function{exit()}.} This is an obsolete synonym for \function{exit()}. \end{funcdesc}