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-09 15:34: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-09 15:34:55 +0000 |
commit | d9c077bb9e00f712df9034f126eccb568d171f42 (patch) | |
tree | 34cac7a95ad58b8fb0bab0f0d3427f6165441538 | |
parent | 5e5d8cdb3cfed98f1af3f3e265220c90df684674 (diff) | |
download | conntrack-tools-d9c077bb9e00f712df9034f126eccb568d171f42.tar.gz conntrack-tools-d9c077bb9e00f712df9034f126eccb568d171f42.zip |
update manpages with the new URL
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | conntrack.8 | 2 | ||||
-rw-r--r-- | conntrackd.8 | 3 |
3 files changed, 4 insertions, 2 deletions
@@ -6,6 +6,7 @@ o remove .svn directory from make distcheck tarballs (reported by B.Benjamini) o fix minor compilation issue in amd64 with gcc4.3 (reported by Daniel Schepler) o fix asymmetric path support (reported by Gary Richards) o improve netlink overrun handling +o update manpages with the new URL: http://conntrack-tools.netfilter.org Krzysztof Oledzki <ole@ans.pl>: o fix minor compilation warning diff --git a/conntrack.8 b/conntrack.8 index 0924888..670770a 100644 --- a/conntrack.8 +++ b/conntrack.8 @@ -204,7 +204,7 @@ Bugs? What's this ;-) .BR iptables (8) .br See -.BR "http://netfilter.org/" . +.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. .PP diff --git a/conntrackd.8 b/conntrackd.8 index b09c28c..61619f3 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -67,7 +67,8 @@ There are several unsupported stateful iptables matches such as recent, connbyte .SH SEE ALSO .BR conntrack (8), iptables (8) .br -.BR "http://people.netfilter.org/pablo/conntrack-tools/" +See +.BR "http://conntrack-tools.netfilter.org" .SH AUTHORS Pablo Neira Ayuso wrote and maintains the conntrackd tool .TP |