summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2007-02-13 16:49:15 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=yasuyuki/emailAddress=yasuyuki@netfilter.org>2007-02-13 16:49:15 +0000
commitd6702f219bd6df61f5b06ea915cfa8700a4a2184 (patch)
tree15b9148a8058bef46c70fc481a3a481ed5166be1
parentf8e47ff82e30e3e54d6355bb479411c97902ff64 (diff)
Fixes man page for tcp, udp, icmp{,6}. They are not loaded when only '-p' is
specified, but loaded when extra options are specified, too.
-rw-r--r--extensions/libip6t_icmp6.man2
-rw-r--r--extensions/libip6t_tcp.man2
-rw-r--r--extensions/libip6t_udp.man2
-rw-r--r--extensions/libipt_icmp.man2
-rw-r--r--extensions/libipt_tcp.man2
-rw-r--r--extensions/libipt_udp.man2
6 files changed, 6 insertions, 6 deletions
diff --git a/extensions/libip6t_icmp6.man b/extensions/libip6t_icmp6.man
index 2047180..c755fbf 100644
--- a/extensions/libip6t_icmp6.man
+++ b/extensions/libip6t_icmp6.man
@@ -1,4 +1,4 @@
-This extension is loaded if `--protocol ipv6-icmp' or `--protocol icmpv6' is
+This extension can be used if `--protocol ipv6-icmp' or `--protocol icmpv6' is
specified. It provides the following option:
.TP
.BR "--icmpv6-type " "[!] \fItype\fP[/\fIcode\fP]|\fItypename\fP"
diff --git a/extensions/libip6t_tcp.man b/extensions/libip6t_tcp.man
index 75d172e..e94566c 100644
--- a/extensions/libip6t_tcp.man
+++ b/extensions/libip6t_tcp.man
@@ -1,4 +1,4 @@
-These extensions are loaded if `--protocol tcp' is specified. It
+These extensions can be used if `--protocol tcp' is specified. It
provides the following options:
.TP
.BR "--source-port " "[!] \fIport\fP[:\fIport\fP]"
diff --git a/extensions/libip6t_udp.man b/extensions/libip6t_udp.man
index 0408479..1d5e590 100644
--- a/extensions/libip6t_udp.man
+++ b/extensions/libip6t_udp.man
@@ -1,4 +1,4 @@
-These extensions are loaded if `--protocol udp' is specified. It
+These extensions can be used if `--protocol udp' is specified. It
provides the following options:
.TP
.BR "--source-port " "[!] \fIport\fP[:\fIport\fP]"
diff --git a/extensions/libipt_icmp.man b/extensions/libipt_icmp.man
index 5b91514..55d24b4 100644
--- a/extensions/libipt_icmp.man
+++ b/extensions/libipt_icmp.man
@@ -1,4 +1,4 @@
-This extension is loaded if `--protocol icmp' is specified. It
+This extension can be used if `--protocol icmp' is specified. It
provides the following option:
.TP
.BR "--icmp-type " "[!] \fItypename\fP"
diff --git a/extensions/libipt_tcp.man b/extensions/libipt_tcp.man
index 648c81e..cfafc9e 100644
--- a/extensions/libipt_tcp.man
+++ b/extensions/libipt_tcp.man
@@ -1,4 +1,4 @@
-These extensions are loaded if `--protocol tcp' is specified. It
+These extensions can be used if `--protocol tcp' is specified. It
provides the following options:
.TP
.BR "--source-port " "[!] \fIport\fP[:\fIport\fP]"
diff --git a/extensions/libipt_udp.man b/extensions/libipt_udp.man
index 0408479..1d5e590 100644
--- a/extensions/libipt_udp.man
+++ b/extensions/libipt_udp.man
@@ -1,4 +1,4 @@
-These extensions are loaded if `--protocol udp' is specified. It
+These extensions can be used if `--protocol udp' is specified. It
provides the following options:
.TP
.BR "--source-port " "[!] \fIport\fP[:\fIport\fP]"