Bug 100083

Summary: missing pthread_yield man page
Product: Documentation Reporter: Poul-Henning Kamp <phk>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Poul-Henning Kamp 2006-07-11 12:40:16 UTC
	We have no pthread_yield(3) manual page.

Fix: 

write man page or add pthread_yield as a link to an existing.
How-To-Repeat: 
	man pthread_yield
Comment 1 Maxim Konovalov freebsd_committer freebsd_triage 2006-09-18 19:07:57 UTC
State Changed
From-To: open->patched

Fixed in HEAD.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-09-18 19:08:47 UTC
maxim       2006-09-18 18:07:49 UTC

  FreeBSD src repository

  Modified files:
    share/man/man3       Makefile 
  Added files:
    share/man/man3       pthread_yield.3 
  Log:
  o Add pthread_yield.3 man page.
  
  PR:             docs/100083
  Reviewed by:    deischen, ru
  Obtained from:  OpenBSD
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.42      +2 -1      src/share/man/man3/Makefile
  1.1       +31 -0     src/share/man/man3/pthread_yield.3 (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Maxim Konovalov freebsd_committer freebsd_triage 2006-10-07 18:34:33 UTC
State Changed
From-To: patched->closed

Merged to RELENG_6.