Bug 50426

Summary: [PATCH] Fix another minor typo in ifnet(9) manpage
Product: Documentation Reporter: Scott Mitchell <scott+freebsd>
Component: Books & ArticlesAssignee: Tom Rhodes <trhodes>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scott Mitchell 2003-03-29 18:10:05 UTC
ifnet(9) claims that "those interfaces supporting reception of multicast
datagrams have a LIST of multicast group memberships...".  On -CURRENT, that
LIST is actually a TAILQ.  Note that -STABLE still uses a LIST, so there is no
need to MFC this change at the moment.

Fix: Apply this patch:
Comment 1 Tom Rhodes freebsd_committer freebsd_triage 2003-05-01 19:34:33 UTC
State Changed
From-To: open->closed

Patch applied!  Thanks for the submission! 


Comment 2 Tom Rhodes freebsd_committer freebsd_triage 2003-05-01 19:34:33 UTC
Responsible Changed
From-To: freebsd-doc->trhodes

Over to me.