plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit e1df0680fddc7a1fadd66814f183116892dc3e37
parent 91b79c582c09ad9e8c3b860b3a388a540f926fc1
Author: grai <t.lainson@gmail.com>
Date:   Tue, 22 Jul 2008 03:23:17 +1000

libthread: document some unimplemented functions

Diffstat:
Mman/man3/thread.3 | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git 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.