From e94e514d21d7c082475ea9ced779cddba5d413c3 Mon Sep 17 00:00:00 2001 From: David Wittman Date: Mon, 20 Jul 2015 14:05:13 +0200 Subject: Manpage typo corrections Signed-off-by: Jozsef Kadlecsik --- src/ipset.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ipset.8 b/src/ipset.8 index d0d7ac0..a919afc 100644 --- a/src/ipset.8 +++ b/src/ipset.8 @@ -99,7 +99,7 @@ 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 +Test whether an entry is in a set or not. Exit status number is zero if the tested entry is in the set and nonzero if it is missing from the set. .TP @@ -270,7 +270,7 @@ parameter for the \fBcreate\fR command means the default timeout value (in secon for new entries. If a set is created with timeout support, then the same \fBtimeout\fR option can be used to specify non\-default timeout values when adding entries. Zero timeout value means the entry is added permanent to the set. -The timeout value of already added elements can be changed by readding the element +The timeout value of already added elements can be changed by re-adding the element using the \fB\-exist\fR option. Example: .IP ipset create test hash:ip timeout 300 @@ -282,7 +282,7 @@ ipset \-exist add test 192.168.0.1 timeout 600 When listing the set, the number of entries printed in the header might be larger than the listed number of entries for sets with the timeout extensions: the number of entries in the set is updated when elements added/deleted to the -set and periodically when the garbage colletor evicts the timed out entries. +set and periodically when the garbage collector evicts the timed out entries. .PP .SS "counters, packets, bytes" All set types support the optional \fBcounters\fR -- cgit v1.2.3