diff options
author | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-04-16 15:03:55 +0000 |
---|---|---|
committer | /C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org> | 2008-04-16 15:03:55 +0000 |
commit | 92d2cadbac3e51f6da0a1628e0544ccbdea107ba (patch) | |
tree | 1703546bcf042456775fbe79914d20917c0d0f10 | |
parent | 953bcf62fbd110f63c946905f9642d17b63c50cf (diff) | |
download | conntrack-tools-92d2cadbac3e51f6da0a1628e0544ccbdea107ba.tar.gz conntrack-tools-92d2cadbac3e51f6da0a1628e0544ccbdea107ba.zip |
minor update of the manpages
-rw-r--r-- | conntrack.8 | 7 | ||||
-rw-r--r-- | conntrackd.8 | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/conntrack.8 b/conntrack.8 index 9fb9508..7c4a168 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -204,15 +204,16 @@ Delete all flow whose source address is 1.2.3.4 .B conntrack \-U \-s 1.2.3.4 \-m 1 Set connmark to 1 of all the flows whose source address is 1.2.3.4 .SH BUGS -Bugs? What's this ;-) +Please, report them to netfilter-devel@vger.kernel.org or file a bug in +Netfilter's bugzilla (https://bugzilla.netfilter.org). .SH SEE ALSO .BR iptables (8) .br See .BR "http://conntrack-tools.netfilter.org" .SH AUTHORS -Jay Schulist, Patrick McHardy, Harald Welte and Pablo Neira wrote the kernel-level "ctnetlink" interface that is used by the conntrack tool. +Jay Schulist, Patrick McHardy, Harald Welte and Pablo Neira Ayuso wrote the kernel-level "ctnetlink" interface that is used by the conntrack tool. .PP -Pablo Neira wrote the conntrack tool, Harald Welte added support for conntrack based accounting counters. +Pablo Neira Ayuso wrote and maintain the conntrack tool, Harald Welte added support for conntrack based accounting counters. .PP Man page written by Harald Welte <laforge@netfilter.org> and Pablo Neira Ayuso <pablo@netfilter.org>. diff --git a/conntrackd.8 b/conntrackd.8 index 61619f3..3533585 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -69,6 +69,9 @@ There are several unsupported stateful iptables matches such as recent, connbyte .br See .BR "http://conntrack-tools.netfilter.org" +.SH BUGS +Please, report them to netfilter-devel@vger.kernel.org or file a bug in +Netfilter's bugzilla (https://bugzilla.netfilter.org). .SH AUTHORS Pablo Neira Ayuso wrote and maintains the conntrackd tool .TP |