]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/IPV6_MULTICAST_HOPS.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Mon, 1 Dec 2025 18:30:20 +0000 (19:30 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 2 Dec 2025 00:08:27 +0000 (01:08 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/IPV6_MULTICAST_HOPS.2const

index acccf5f4361e9938e2f799a4153e3b75065cf1d1..448467d7857a3e1027de41305fc26ec60504efcb 100644 (file)
@@ -21,12 +21,14 @@ Standard C library
 .BI "               int\~*" val ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.B IPV6_MULTICAST_HOPS
 Set the multicast hop limit for the socket.
-Argument is a pointer to an integer.
-\-1 in the value means use the route default,
-otherwise it should be between 0 and 255.
+.P
+A value of
+.B \-1
+means use the route default;
+otherwise it should be in the range
+.RB [ 0 ,
+.BR 255 ].
 .SH ERRORS
 See
 .BR IPPROTO_IPV6 (2const).