aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ifnet.9
diff options
context:
space:
mode:
authorTom Rhodes <trhodes@FreeBSD.org>2003-05-01 18:34:13 +0000
committerTom Rhodes <trhodes@FreeBSD.org>2003-05-01 18:34:13 +0000
commitb655544297d56035b849639c60619ae46bc968d3 (patch)
treeb10977c2128c8cec2bdb15bade9270b5913060d8 /share/man/man9/ifnet.9
parente931331eaa61ae88dfd6ecc1cabac21a263d8454 (diff)
downloadsrc-b655544297d56035b849639c60619ae46bc968d3.tar.gz
src-b655544297d56035b849639c60619ae46bc968d3.zip
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 <scott+freebsd@fishballoon.org>
Notes
Notes: svn path=/head/; revision=114441
Diffstat (limited to 'share/man/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.92
1 files changed, 1 insertions, 1 deletions
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.