| Summary: | Description of function in man page for pthread_cleanup_push is incorrect | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | dwimsey <dwimsey> | ||||
| Component: | Books & Articles | Assignee: | freebsd-doc (Nobody) <doc> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
State Changed From-To: open->closed Fixed, thanks! |
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