From: Alejandro Colomar Date: Mon, 1 Dec 2025 22:14:59 +0000 (+0100) Subject: man/man2const/IPV6_RECVPKTINFO.2const: Tweak after split X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fc781e6375d87879e50a9dcd403d4fedeb55e18;p=thirdparty%2Fman-pages.git man/man2const/IPV6_RECVPKTINFO.2const: Tweak after split Signed-off-by: Alejandro Colomar --- diff --git a/man/man2const/IPV6_RECVPKTINFO.2const b/man/man2const/IPV6_RECVPKTINFO.2const index d7aee716e..e2a4d8773 100644 --- a/man/man2const/IPV6_RECVPKTINFO.2const +++ b/man/man2const/IPV6_RECVPKTINFO.2const @@ -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),