Bug 52566

Summary: Typing error in device_get_ivars.9 man page.
Product: Documentation Reporter: Akira Ikeuchi <a_ikeuchi>
Component: Books & ArticlesAssignee: Hiten Pandya <hmp>
Status: Closed FIXED    
Severity: Affects Only Me CC: imp
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Akira Ikeuchi 2003-05-22 12:00:26 UTC
	Some typing errors are included in device_[gs]et_ivars.9 man page.
	These errors were added when updating ver.1.6 to ver.1.7.

	The first is in SYNOPSIS section, two device_get_ivars functions
	are exists, and no device_set_ivars function. Maybe, second
	device_get_ivars is typing error, and to be device_set_ivars.

	The second is in DESCRIPTION section. On the first line .Pp macro
	is not needed, but no affection.

	The third is in DESCRIPTION section. device_[gs]et_ivars functions
	is mis-typed to device_[gs]et_ivar. Last letter 's' is dropped.

Fix: Patch below.
How-To-Repeat: 	man 9 device_get_ivars
Comment 1 Hiten Pandya freebsd_committer freebsd_triage 2003-05-25 14:57:26 UTC
Responsible Changed
From-To: freebsd-doc->hmp

Over to me.
Comment 2 Hiten Pandya freebsd_committer freebsd_triage 2003-05-31 01:30:29 UTC
State Changed
From-To: open->closed

Ruslan got to the fix before me.  Thanks. :-)