]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2const/IP_RETOPTS.2const: Tweak after split
authorAlejandro Colomar <alx@kernel.org>
Mon, 24 Nov 2025 20:21:47 +0000 (21:21 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 25 Nov 2025 00:10:28 +0000 (01:10 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2const/IP_RETOPTS.2const

index 400d2c73995811b9deb6ed6f0237b708c9bea081..e750166f62579a39c999ad59906598079d7f6228 100644 (file)
@@ -19,13 +19,11 @@ Standard C library
 .BI "               const\~int\~*" enabled ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.BR IP_RETOPTS " (since Linux 2.2)"
-.\" Precisely: since Linux 2.1.15
 Identical to
 .BR IP_RECVOPTS (2const),
 but returns raw unprocessed options with timestamp and route record
 options not filled in for this hop.
+.P
 Not supported for
 .B SOCK_STREAM
 sockets.
@@ -36,6 +34,9 @@ See
 .BR setsockopt (2).
 See
 .BR ip (7).
+.SH HISTORY
+Linux 2.2.
+.\" Precisely: since Linux 2.1.15
 .SH SEE ALSO
 .BR IPPROTO_IP (2const),
 .BR setsockopt (2),