Bug 16537

Summary: Adding "See also" to pthread(3), missing pthread man pages and symlinks
Product: Documentation Reporter: The <The>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff
none
file.diff none

Description The 2000-02-07 02:00:01 UTC
The pthread functions should be available in the 'see also' section of
the pthread(3) man page.

Also, there are some functions described in pthread(3) that do not
have man pages associated with them.

Fix: For the missing man pages, I'm no pthread wizard (yet!) so I guess
I'll just leave the job to someone else.

For the see also section:
	
For the missing symlinks, I'm not sure exactly of what is a
Makefile.inc file, but I'll guess it's a plain makefile:
How-To-Repeat: 
man pthread

Missing man pages:

pthread_attr_destroy,
pthread_attr_getinheritsched,
pthread_attr_getschedparam,
pthread_attr_getschedpolicy,
pthread_attr_getscope,
pthread_attr_getstacksize,
pthread_attr_getstackaddr,
pthread_attr_getdetachstate,
pthread_attr_init,
pthread_attr_setinheritsched,
pthread_attr_setschedparam,
pthread_attr_setschedpolicy,
pthread_attr_setscope,
pthread_attr_setstacksize,
pthread_attr_setstackaddr,
pthread_attr_setdetachstate,
pthread_mutexattr_destroy,
pthread_mutexattr_init,
pthread_condattr_init,
pthread_condattr_destroy,

Missing symlinks:

pthread_rwlock_tryrdlock -> pthread_rwlock_rdlock
pthread_rwlock_trywrlock -> pthread_rwlock_wrlock
Comment 1 unfurl freebsd_committer freebsd_triage 2000-02-18 02:10:50 UTC
State Changed
From-To: open->closed

patch committed, danke! 

1 May 2000:
The missing man pages listed in this PR have also been added.