From: Alejandro Colomar Date: Mon, 1 Dec 2025 18:30:20 +0000 (+0100) Subject: man/man2const/IPV6_MULTICAST_HOPS.2const: Tweak after split X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab3750e5e9723642b84804025de6ad45d69ca07b;p=thirdparty%2Fman-pages.git man/man2const/IPV6_MULTICAST_HOPS.2const: Tweak after split Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/IPV6_MULTICAST_HOPS.2const b/man/man2const/IPV6_MULTICAST_HOPS.2const index acccf5f43..448467d78 100644 --- a/man/man2const/IPV6_MULTICAST_HOPS.2const +++ b/man/man2const/IPV6_MULTICAST_HOPS.2const @@ -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).