Bug 57118

Summary: usbd rc variables not documented
Product: Documentation Reporter: Chris Pepper <pepper>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Chris Pepper 2003-09-23 03:40:11 UTC
	usbd_enable & usbd_flags are not mentioned in /etc/defaults/rc.conf, rc.conf.5, or usbd.conf.5 (which should have a SEE ALSO to rc.conf).

Fix: 

Add descriptions in all 3 places.

	For /etc/defaults/rc.conf, perhaps something like:
usbd_enable="NO"	# Set to YES to enable USB support.
usbd_enable=""		# Flags to usbd (if enabled).
How-To-Repeat: 	grep -i usb /etc/defaults/rc.conf
	man rc.conf usbd.conf
Comment 1 Christian Brueffer freebsd_committer freebsd_triage 2003-11-10 16:22:56 UTC
State Changed
From-To: open->closed

I have MFC'd the missing bits.  Thanks for the report!