summaryrefslogtreecommitdiffstats
path: root/extensions/libip6t_frag.man
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/libip6t_frag.man')
-rw-r--r--extensions/libip6t_frag.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/libip6t_frag.man b/extensions/libip6t_frag.man
index 7832cbf2..7bfa227e 100644
--- a/extensions/libip6t_frag.man
+++ b/extensions/libip6t_frag.man
@@ -1,20 +1,20 @@
This module matches the parameters in Fragment header.
.TP
-[\fB!\fP] \fB--fragid\fP \fIid\fP[\fB:\fP\fIid\fP]
+[\fB!\fP] \fB\-\-fragid\fP \fIid\fP[\fB:\fP\fIid\fP]
Matches the given Identification or range of it.
.TP
-[\fB!\fP] \fB--fraglen\fP \fIlength\fP
+[\fB!\fP] \fB\-\-fraglen\fP \fIlength\fP
This option cannot be used with kernel version 2.6.10 or later. The length of
Fragment header is static and this option doesn't make sense.
.TP
-.BR "--fragres "
+\fB\-\-fragres\fP
Matches if the reserved fields are filled with zero.
.TP
-.BR "--fragfirst "
+\fB\-\-fragfirst\fP
Matches on the first fragment.
.TP
-\fB--fragmore\fP
+\fB\-\-fragmore\fP
Matches if there are more fragments.
.TP
-\fB--fraglast\fP
+\fB\-\-fraglast\fP
Matches if this is the last fragment.