summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Wittman <dwittman@gmail.com>2015-07-20 14:05:13 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2015-07-20 14:05:13 +0200
commite94e514d21d7c082475ea9ced779cddba5d413c3 (patch)
treeeaf9fb7d5809de057703b99ad481c90999918198
parent830b0dbff7cc8fc547910ee6899bcd4545cf5f3b (diff)
Manpage typo corrections
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
-rw-r--r--src/ipset.86
1 files 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