aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-11-22 00:28:04 +0100
committerAlejandro Colomar <alx@kernel.org>2025-11-22 00:28:04 +0100
commitdf51ea5930347b54dea6bfd876b74cf5592e7114 (patch)
tree7990635d0087407e655ee4f39a37e83427634018
parentdd2247508b97281a3c184f09234846a97cf1932c (diff)
downloadman-pages-ip.tar.gz
man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const: Tweak after splitip
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const24
1 files changed, 13 insertions, 11 deletions
diff --git a/man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const b/man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const
index 38496170bd..24dac671a6 100644
--- a/man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const
+++ b/man/man2const/IP_DROP_SOURCE_MEMBERSHIP.2const
@@ -17,18 +17,20 @@ leave a source-specific multicast group
.B " sizeof(struct\~ip_mreq_source));"
.fi
.SH DESCRIPTION
-.TP
-.BR IP_DROP_SOURCE_MEMBERSHIP " (since Linux 2.4.22 / 2.5.68)"
-Leave a source-specific group\[em]that is, stop receiving data from
-a given multicast group that come from a given source.
-If the application has subscribed to multiple sources within
-the same group, data from the remaining sources will still be delivered.
-To stop receiving data from all sources at once, use
+Leave a source-specific group;
+that is,
+stop receiving data
+from a given multicast group
+that comes from a given source.
+.P
+If the application has subscribed to
+multiple sources within the same group,
+data from the remaining sources will still be delivered.
+To stop receiving data from all sources at once,
+use
.BR IP_DROP_MEMBERSHIP (2const).
-.IP
-Argument is an
-.BR ip_mreq_source (2type)
-structure.
+.SH HISTORY
+Linux 2.4.22, Linux 2.5.68.
.SH SEE ALSO
.BR ip_mreq_source (2type),
.BR setsockopt (2),