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

index c09ef1e98eaa1c1e0409edfb10b26b699ce4c978..4a11b1847bf65d05402af9d7d33f561fa4afb8c7 100644 (file)
@@ -19,20 +19,18 @@ Standard C library
 .BI "               const\~int\~*" enable ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.BR IPV6_V6ONLY " (since Linux 2.4.21 and 2.6)"
 .\" See RFC 3493
-If this flag is set to true (nonzero), then the socket is restricted
+If this flag is set to true (nonzero),
+then the socket is restricted
 to sending and receiving IPv6 packets only.
-In this case, an IPv4 and an IPv6 application can bind
+In this case,
+an IPv4 and an IPv6 application can bind
 to a single port at the same time.
-.IP
+.P
 If this flag is set to false (zero),
 then the socket can be used to send and receive packets
 to and from an IPv6 address or an IPv4-mapped IPv6 address.
-.IP
-The argument is a pointer to a boolean value in an integer.
-.IP
+.P
 The default value for this flag is defined by the contents of the file
 .IR /proc/sys/net/ipv6/bindv6only .
 The default value for that file is 0 (false).
@@ -44,6 +42,8 @@ See
 .BR setsockopt (2).
 See
 .BR ipv6 (7).
+.SH HISTORY
+Linux 2.4.21, Linux 2.6.
 .SH SEE ALSO
 .BR IPPROTO_IPV6 (2const),
 .BR setsockopt (2),