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

index d7aee716e32932bf9e098bafc185976fee60d168..e2a4d8773434b02925dfcf559811cd6b526a9ba7 100644 (file)
@@ -19,20 +19,18 @@ Standard C library
 .BI "               const\~int\~*" enable ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.BR IPV6_RECVPKTINFO " (since Linux 2.6.14)"
 Set delivery of the
 .B IPV6_PKTINFO
 control message on incoming datagrams.
 Such control messages contain a
 .IR "struct in6_pktinfo" ,
 as per RFC 3542.
+.P
 Allowed only for
 .B SOCK_DGRAM
 or
 .B SOCK_RAW
 sockets.
-Argument is a pointer to a boolean value in an integer.
 .SH ERRORS
 See
 .BR IPPROTO_IPV6 (2const).
@@ -40,6 +38,8 @@ See
 .BR setsockopt (2).
 See
 .BR ipv6 (7).
+.SH HISTORY
+Linux 2.6.14.
 .SH SEE ALSO
 .BR IPPROTO_IPV6 (2const),
 .BR setsockopt (2),