Bug 41578

Summary: Incorrect #include in the usb(4) manpage and typo
Product: Documentation Reporter: dak <aurelien.nephtali>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description dak 2002-08-12 14:30:01 UTC
	In the 'USB CONTROLLER INTERFACE' part, there are two typo.:
		- s/USB specific structurs/USB specific structures/
		- and just after, the #include is incorrect, it should be
		  '#include <dev/usb/usb.h>' instead of '#include <sys/dev/usb.h>'

How-To-Repeat: 	man 4 usb
Comment 1 Hiten Pandya freebsd_committer freebsd_triage 2003-05-07 21:02:46 UTC
State Changed
From-To: open->closed

- s/USB specific structurs/USB specific structures/ 

This was fixed in revision 1.19 of the usb(4) man page. 

- and just after, the #include is incorrect, it should be 
'#include <dev/usb/usb.h>' instead of '#include <sys/dev/usb.h>' 

This was fixed in revision 1.22 of the usb(4) man page. 

Thanks.