Don't quote IP_MAX_MEMBERSHIPS as 20 any more.

This commit is contained in:
Bruce M Simpson 2006-05-14 14:13:30 +00:00
parent 9b5b26f66f
commit 2413531434

View File

@ -32,7 +32,7 @@
.\" @(#)ip.4 8.2 (Berkeley) 11/30/93
.\" $FreeBSD$
.\"
.Dd September 26, 2005
.Dd May 14, 2006
.Dt IP 4
.Os
.Sh NAME
@ -494,8 +494,7 @@ programs running on multihomed hosts may need to
join the same group on more than one interface.
Up to
.Dv IP_MAX_MEMBERSHIPS
(currently 20) memberships may be added on a
single socket.
memberships may be added on a single socket.
.Pp
To drop a membership, use:
.Bd -literal