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

index cfec436745bd968fd3c6241fd654756b42749161..b594d46a9775fc266bb57ab07a8a6e33ee3d479a 100644 (file)
@@ -35,33 +35,38 @@ Standard C library
 .BI "               const\~int\~*" enable ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.B \%IPV6_RTHDR, \%IPV6_AUTHHDR, \%IPV6_DSTOPTS, \%IPV6_HOPOPTS, \
-\%IPV6_FLOWINFO, \%IPV6_HOPLIMIT
 Set delivery of control messages for incoming datagrams
 containing extension headers from the received packet.
+.TP
 .B IPV6_RTHDR
-delivers the routing header,
+delivers the routing header.
+.TP
 .B IPV6_AUTHHDR
-delivers the authentication header,
+delivers the authentication header.
+.TP
 .B IPV6_DSTOPTS
-delivers the destination options,
+delivers the destination options.
+.TP
 .B IPV6_HOPOPTS
-delivers the hop options,
+delivers the hop options.
+.TP
 .B IPV6_FLOWINFO
-delivers an integer containing the flow ID,
+delivers an integer containing the flow ID.
+.TP
 .B IPV6_HOPLIMIT
 delivers an integer containing the hop count of the packet.
+.P
 The control messages have the same type as the socket option.
+.P
 All these header options can also be set for outgoing packets
 by putting the appropriate control message into the control buffer of
 .BR sendmsg (2).
+.P
 Allowed only for
 .B SOCK_DGRAM
 or
 .B SOCK_RAW
 sockets.
-Argument is a pointer to a boolean value.
 .SH ERRORS
 See
 .BR IPPROTO_IPV6 (2const).