diff options
author | grai <t.lainson@gmail.com> | 2008-07-22 03:23:17 +1000 |
---|---|---|
committer | grai <t.lainson@gmail.com> | 2008-07-22 03:23:17 +1000 |
commit | e1df0680fddc7a1fadd66814f183116892dc3e37 (patch) | |
tree | fc21458a3a24de63b8c4e17a3add26b8fcf69a22 /man/man3 | |
parent | 91b79c582c09ad9e8c3b860b3a388a540f926fc1 (diff) | |
download | plan9port-e1df0680fddc7a1fadd66814f183116892dc3e37.tar.gz plan9port-e1df0680fddc7a1fadd66814f183116892dc3e37.tar.bz2 plan9port-e1df0680fddc7a1fadd66814f183116892dc3e37.zip |
libthread: document some unimplemented functions
Diffstat (limited to 'man/man3')
-rw-r--r-- | man/man3/thread.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/man3/thread.3 b/man/man3/thread.3 index 5145a543..3a63ee7d 100644 --- a/man/man3/thread.3 +++ b/man/man3/thread.3 @@ -695,6 +695,11 @@ is defined as a macro that expands to See .IR intro (3). .PP +Threadint, +threadintgrp, +threadkill, +threadkillgrp and threadpid are unimplemented. +.PP The implementation of .I threadnotify may not be correct. |