Bug 23834

Summary: Wrong documentation pthread_getspecific() ?
Product: Documentation Reporter: mb <mb>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description mb 2000-12-25 20:40:01 UTC
$man phthread
[...]
     void * pthread_getspecific(pthread_key_t key, void **value_ptr)
                        Get the thread-specific value for the specified key. 

[...]

$ grep pthread_getspecific /usr/src/include/pthread.h
void            *pthread_getspecific __P((pthread_key_t));

Fix: 

Correct the doc to:

	void * pthread_getspecific(pthread_key_t key)
Comment 1 nik freebsd_committer freebsd_triage 2001-02-11 17:29:07 UTC
State Changed
From-To: open->closed

Fixed by Ruslan in pthread.3:1.14.  Thanks.