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

index 4b4a785ac25bde8afc0a196008fcaa10362ae17c..7b4d1ad3d05a25557b8eb2ba0b3f74fd05b52257 100644 (file)
@@ -19,20 +19,22 @@ Standard C library
 .BI "               const\~int\~*" val ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.B IPV6_ROUTER_ALERT
 Pass forwarded packets containing a router alert hop-by-hop option to
 this socket.
+.P
 Allowed only for
 .B SOCK_RAW
 sockets.
-The tapped packets are not forwarded by the kernel, it is the
-user's responsibility to send them out again.
-Argument is a pointer to an integer.
+.P
+The tapped packets are not forwarded by the kernel,
+it is the user's responsibility to send them out again.
+.P
 A positive integer indicates a router alert option value to intercept.
-Packets carrying a router alert option with a value field containing
-this integer will be delivered to the socket.
-A negative integer disables delivery of packets with router alert options
+Packets carrying a router alert option
+with a value field containing this integer
+will be delivered to the socket.
+A negative integer disables delivery of packets
+with router alert options
 to this socket.
 .SH ERRORS
 See