Bug 22125

Summary: inet(4) references igmp(4) which doesn't exist
Product: Documentation Reporter: keithj <keithj>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description keithj 2000-10-19 17:10:01 UTC
	In the "SEE ALSO" section of the "inet" manual page, the nonexistent
	manual page igmp(4) is listed.

	Raised years back in -questions, I forgot to send a pr for it at the time!

Fix: 

% cd /usr/share/man/man4
	% mv inet.4.gz inet.4.gz.old
	% gzip -dc inet.4.gz.old | grep -v '.Xr igmp 4' | gzip -9c - > inet.4.gz
How-To-Repeat: 
	% man 4 inet
	/SEE ALSO
Comment 1 mpp freebsd_committer freebsd_triage 2000-10-20 06:59:58 UTC
State Changed
From-To: open->closed

Fixed in rev 1.13 of inet.4.