diff options
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/Makefile | 1 | ||||
-rw-r--r-- | share/man/man4/multicast.4 | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 61352e9..9d6debb 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -191,6 +191,7 @@ MAN= aac.4 \ meteor.4 \ mfi.4 \ miibus.4 \ + mld.4 \ mlx.4 \ mly.4 \ mmc.4 \ diff --git a/share/man/man4/multicast.4 b/share/man/man4/multicast.4 index 4fbe5b6..2f0954e 100644 --- a/share/man/man4/multicast.4 +++ b/share/man/man4/multicast.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 13, 2009 +.Dd May 27, 2009 .Dt MULTICAST 4 .Os .\" @@ -962,6 +962,7 @@ after the previous upcall. .Xr intro 4 , .Xr ip 4 , .Xr ip6 4 , +.Xr mld 4 , .Xr pim 4 .\" .Sh HISTORY @@ -1002,6 +1003,8 @@ monitoring were implemented by in collaboration with .An Chris Brown (NextHop). +The IGMPv3 and MLDv2 multicast support was implemented by +.An Bruce Simpson . .Pp This manual page was written by .An Pavlin Radoslavov |