Bug 24529

Summary: callout_init(9) man page is missing the second argument to callout_init()
Product: Documentation Reporter: brandt <brandt>
Component: Books & ArticlesAssignee: ben <ben>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description brandt 2001-01-22 15:40:01 UTC
callout_init() requires two arguments: a callout structure and
the mpsafe flag. The flag is missing in the documented prototype in
callout_init(9) as well as the description of what this flag does.

How-To-Repeat: man callout_init

grep callout_init /usr/include/*.h
Comment 1 ben freebsd_committer freebsd_triage 2001-01-31 12:18:01 UTC
Responsible Changed
From-To: freebsd-doc->ben
Comment 2 ben freebsd_committer freebsd_triage 2001-01-31 12:18:48 UTC
State Changed
From-To: open->closed

Committed, thanks!