]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/IP_MULTICAST_TTL.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Mon, 24 Nov 2025 15:04:00 +0000 (16:04 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 25 Nov 2025 00:10:22 +0000 (01:10 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/IP_MULTICAST_TTL.2const

index aab7141befc56a8d9775d6f7352985ed887db5cd..f325f4fe4fce1b2d2f8a5e34e5767e8dbd34e619 100644 (file)
@@ -21,14 +21,11 @@ Standard C library
 .BI "               int\~*" ttl ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.BR IP_MULTICAST_TTL " (since Linux 1.2)"
 Set or read the time-to-live value of outgoing multicast packets for this
 socket.
-It is very important for multicast packets to set the smallest TTL possible.
+.P
 The default is 1 which means that multicast packets don't leave the local
 network unless the user program explicitly requests it.
-Argument is an integer.
 .SH ERRORS
 See
 .BR IPPROTO_IP (2const).
@@ -36,6 +33,10 @@ See
 .BR setsockopt (2).
 See
 .BR ip (7).
+.SH HISTORY
+Linux 1.2.
+.SH CAVEATS
+It is very important for multicast packets to set the smallest TTL possible.
 .SH SEE ALSO
 .BR IPPROTO_IP (2const),
 .BR setsockopt (2),