From cae8c47af00e87dcb6b79585212cfbede067a342 Mon Sep 17 00:00:00 2001 From: trhodes Date: Thu, 1 May 2003 18:34:13 +0000 Subject: [PATCH] fnet(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 PR: 50426 Submitted by: Scott Mitchell --- share/man/man9/ifnet.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index 3a4e6ed51c2c..fe11f170c163 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -197,7 +197,7 @@ interface name and index.) .Pp Finally, those interfaces supporting reception of multicast datagrams have a -.Li LIST +.Li TAILQ of multicast group memberships, described by .Vt ifmultiaddr structures.