From b4180f474808646265f94a8de3ab6e7f683acee9 Mon Sep 17 00:00:00 2001 From: Neutron Soutmun Date: Sun, 12 May 2013 16:30:57 +0700 Subject: ipset: Fix hyphen used as minus sign in manpage Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- src/ipset.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ipset.8 b/src/ipset.8 index 6e627a2..7bb55e1 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -278,7 +278,7 @@ ipset create test hash:ip timeout 300 .IP ipset add test 192.168.0.1 timeout 60 .IP -ipset -exist add test 192.168.0.1 timeout 600 +ipset \-exist add test 192.168.0.1 timeout 600 .PP .SS nomatch The \fBhash\fR set types which can store \fBnet\fR type of data (i.e. hash:*net*) -- cgit v1.2.3