aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 d5c4230cd..da0bfea15 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),