From 8886766ed31d244d8a1871082c02eb23b25b7fb4 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 2 Nov 2010 14:51:17 +0100 Subject: Manpage and help text fixes. 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. --- src/ipset_hash_ip.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ipset_hash_ip.c') 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", -- cgit v1.2.3