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

index d5c4230cd79edd62a72d605cd59ff31b6c327267..da0bfea158b50d67b63bf31dadb219d475ae7eba 100644 (file)
@@ -19,12 +19,11 @@ Standard C library
 .BI "               const\~int\~*" val ,\~sizeof(int));
 .fi
 .SH DESCRIPTION
-.TP
-.BR IP_NODEFRAG " (since Linux 2.6.36)"
-If enabled (argument is nonzero),
+If
+.I val
+is nonzero,
 the reassembly of outgoing packets is disabled in the netfilter layer.
-The argument is an integer.
-.IP
+.P
 This option is valid only for
 .B SOCK_RAW
 sockets.
@@ -35,6 +34,8 @@ See
 .BR setsockopt (2).
 See
 .BR ip (7).
+.SH HISTORY
+Linux 2.6.36.
 .SH SEE ALSO
 .BR IPPROTO_IP (2const),
 .BR setsockopt (2),