summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2003-05-01 18:34:13 +0000
committertrhodes <trhodes@FreeBSD.org>2003-05-01 18:34:13 +0000
commitcae8c47af00e87dcb6b79585212cfbede067a342 (patch)
treeb10977c2128c8cec2bdb15bade9270b5913060d8 /share/man
parentdef0071c3d79e89bdf085d7cbaeb1613c15b8663 (diff)
downloadFreeBSD-src-cae8c47af00e87dcb6b79585212cfbede067a342.zip
FreeBSD-src-cae8c47af00e87dcb6b79585212cfbede067a342.tar.gz
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>
Diffstat (limited to 'share/man')
-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 3a4e6ed..fe11f17 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.
OpenPOWER on IntegriCloud