diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-05-01 18:34:13 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-05-01 18:34:13 +0000 |
commit | cae8c47af00e87dcb6b79585212cfbede067a342 (patch) | |
tree | b10977c2128c8cec2bdb15bade9270b5913060d8 /share/man | |
parent | def0071c3d79e89bdf085d7cbaeb1613c15b8663 (diff) | |
download | FreeBSD-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.9 | 2 |
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. |