Bug 82636

Summary: [PATCH] Wrong argument type in src/lib/libdevstat/devstat.3
Product: Documentation Reporter: fmysh
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: fmysh
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description fmysh 2005-06-25 12:00:32 UTC
	Though devstat_compute_etime(3) takes struct bintime *
	arguments as seen in src/lib/libdevstat/devstat.[ch],
	the man page shows that it takes not pointers but
	struct bintime.
Comment 1 Hiten Pandya freebsd_committer freebsd_triage 2005-07-25 03:18:00 UTC
State Changed
From-To: open->closed

Offending prototype fixed in CVS revision 1.27 of the devstat(3) 
manual page. 

Thank you!