Bug 43750

Summary: incorrect "SEE ALSO" references in wi(4)
Product: Documentation Reporter: David Magda <dmagda+fbugs>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description David Magda 2002-10-06 21:20:04 UTC
In the "SEE ALSO" section of the wi(4) man page there are references to
ifmedia(4) and hostname.if(5).

Neither of these two exist under my 4-STABLE system.

Fix: 

Either add the two man pages, or get rid of the references.
How-To-Repeat: 
man wi
Then search for "SEE ALSO": you'll see the two man pages mentioned.
Then:

	dmagda:~$ man ifmedia
	No manual entry for ifmedia
	dmagda:~$ man hostname.if
	No manual entry for hostname.if
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2003-01-02 20:15:35 UTC
State Changed
From-To: open->closed

These xrefs no longer appear in the SEE ALSO section.  Thanks for pointing 
it out!