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

index 45901d4edd942294051fa798db7a1a78329f62f8..26d8719f10a0f5a7e98efb078015f544ef84295b 100644 (file)
@@ -19,18 +19,17 @@ Standard C library
 .B "               &(const\~int){AF_INET},\~sizeof(int));"
 .fi
 .SH DESCRIPTION
-.TP
-.B IPV6_ADDRFORM
 Turn an
 .B AF_INET6
 socket into a socket of a different address family.
+.P
 Only
 .B AF_INET
 is currently supported for that.
+.P
 It is allowed only for IPv6 sockets
 that are connected and bound to a v4-mapped-on-v6 address.
-The argument is a pointer to an integer containing
-.BR AF_INET .
+.P
 This is useful to pass v4-mapped sockets as file descriptors to
 programs that don't know how to deal with the IPv6 API.
 .SH ERRORS