From ab3750e5e9723642b84804025de6ad45d69ca07b Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Mon, 1 Dec 2025 19:30:20 +0100 Subject: [PATCH] man/man2const/IPV6_MULTICAST_HOPS.2const: Tweak after split Signed-off-by: Alejandro Colomar --- man/man2const/IPV6_MULTICAST_HOPS.2const | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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). -- 2.47.3