aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2const/IP_NODEFRAG.2const
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2025-11-24 16:16:15 +0100
committerAlejandro Colomar <alx@kernel.org>2025-11-25 01:10:23 +0100
commitee6b19ad6d3e2b31180cbd89dcadccd840dcc49b (patch)
tree5a77acbe020b0f6fc9a131c1b5c815bfdb2fb2bf /man/man2const/IP_NODEFRAG.2const
parent93af4bc76fa1be040fa9aab42c5eb73645838492 (diff)
downloadman-pages-ee6b19ad6d3e2b31180cbd89dcadccd840dcc49b.tar.gz
man/man2const/IP_NODEFRAG.2const: Tweak after split
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man/man2const/IP_NODEFRAG.2const')
-rw-r--r--man/man2const/IP_NODEFRAG.2const11
1 files changed, 6 insertions, 5 deletions
diff --git a/man/man2const/IP_NODEFRAG.2const b/man/man2const/IP_NODEFRAG.2const
index d5c4230cd7..da0bfea158 100644
--- a/man/man2const/IP_NODEFRAG.2const
+++ b/man/man2const/IP_NODEFRAG.2const
@@ -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),