Bug 27411

Summary: Description of function in man page for pthread_cleanup_push is incorrect
Product: Documentation Reporter: dwimsey <dwimsey>
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

Description dwimsey 2001-05-17 19:40:01 UTC
The second paragraph of the description reads:
  When pthread_cleanup_push() is called, it is passed arg as its only argu-
     ment.

I assume it means:
  When cleanup_routine() is called, it is passed arg as its only argu-
     ment.

How-To-Repeat: man pthread_cleanup_push
Comment 1 ru freebsd_committer freebsd_triage 2001-05-18 07:57:44 UTC
State Changed
From-To: open->closed

Fixed, thanks!