summaryrefslogtreecommitdiffstats
path: root/src/ipset_hash_ip.c
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-11-02 14:51:17 +0100
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2010-11-02 14:51:17 +0100
commit8886766ed31d244d8a1871082c02eb23b25b7fb4 (patch)
tree9295001bde8575c26b2ccbd9b2a3a58769e55927 /src/ipset_hash_ip.c
parent8be6f7382fd216319c5cdb8f4c6c6295949b0f54 (diff)
Manpage and help text fixes.v5.0-pre10
The manpage is updated to reflect the recent modifications and the addition of the hash:net,port type. The help text of hash:ip is updated: adding/deleting multiple entries are supported for IPv4 only.
Diffstat (limited to 'src/ipset_hash_ip.c')
-rw-r--r--src/ipset_hash_ip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ipset_hash_ip.c b/src/ipset_hash_ip.c
index 1d9a175..dfef47f 100644
--- a/src/ipset_hash_ip.c
+++ b/src/ipset_hash_ip.c
@@ -75,7 +75,8 @@ static const char hash_ip_usage[] =
"test SETNAME IP\n\n"
"where depending on the INET family\n"
" IP, FROM and TO are IPv4 or IPv6 addresses (or hostnames),\n"
-" CIDR is a valid IPv4 or IPv6 CIDR prefix.\n";
+" CIDR is a valid IPv4 or IPv6 CIDR prefix.\n"
+" Adding/deleting multiple elements is supported for IPv4 only.\n";
struct ipset_type ipset_hash_ip0 = {
.name = "hash:ip",