From bee1dc2cf048bb1b0a39c6edc06796fce12a70af Mon Sep 17 00:00:00 2001 From: Neutron Soutmun Date: Fri, 13 Mar 2015 09:00:19 +0700 Subject: ipset: propose rewording in manpage I have prepared the patch which refers to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780336, reported and proposed by H. Renault . man ipset reads: del SETNAME DEL-ENTRY [ DEL-OPTIONS ] Delete an entry from a set. If the -exist option is specified, ipset ignores if the entry does not added to (already expired from) the set. Proposed rewording: Delete an entry from a set. If the -exist option is specified and the entry is not in the set (maybe already expired), then the command is ignored. Signed-off-by: Neutron Soutmun Signed-off-by: Jozsef Kadlecsik --- src/ipset.8 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ipset.8 b/src/ipset.8 index c923956..7c8f56e 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -95,9 +95,8 @@ ignores if the entry already added to the set. \fBdel\fP \fISETNAME\fP \fIDEL\-ENTRY\fP [ \fIDEL\-OPTIONS\fP ] Delete an entry from a set. If the \fB\-exist\fR -option is specified, -\fBipset\fR -ignores if the entry does not added to (already expired from) the set. +option is specified and the entry is not in the set (maybe already expired), +then the command is ignored. .TP \fBtest\fP \fISETNAME\fP \fITEST\-ENTRY\fP [ \fITEST\-OPTIONS\fP ] Test wether an entry is in a set or not. Exit status number is zero -- cgit v1.2.3