summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeutron Soutmun <neo.neutron@gmail.com>2019-06-28 21:05:22 +0200
committerJozsef Kadlecsik <kadlec@netfilter.org>2019-06-28 21:05:22 +0200
commite985687175fd8f2d2cdbb1526d178c5449b42894 (patch)
tree49bedd1866998b854dff05bc161f61f906fa4267
parent58b55d6608e6a16ef637048927099f6de3ba0197 (diff)
ipset: fix spelling error in libipset.3 manpage
Fix these spelling errors, s/lenght/length/ s/controll/control/ s/funtion/function/ Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
-rw-r--r--lib/libipset.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libipset.3 b/lib/libipset.3
index 42a741f..2efc253 100644
--- a/lib/libipset.3
+++ b/lib/libipset.3
@@ -77,7 +77,7 @@ on failure.
ipset_parse_argv
Parses the
.B argc
-lenght of array of strings
+length of array of strings
.B argv
with the already initialized
.B
@@ -165,7 +165,7 @@ library structure, in order to manipulate the IO parameters.
.TP
ipset_session_full_io
-You can controll the full IO, i.e. input (restore) and output (save)
+You can control the full IO, i.e. input (restore) and output (save)
separatedly by the function. The
.B
session
@@ -187,7 +187,7 @@ stdout for output). Input/output files can be set separatedly.
.TP
ipset_session_normal_io
-You can controll the normal IO, which corresponds to the interface
+You can control the normal IO, which corresponds to the interface
provided by
.B
ipset(8)
@@ -218,7 +218,7 @@ session
where
.B
what
-tells the funtion you want to get the input or the output stream.
+tells the function you want to get the input or the output stream.
.TP
ipset_session_io_close
@@ -228,7 +228,7 @@ session
where
.B
what
-tells the funtion you want to close the input or the output
+tells the function you want to close the input or the output
stream. After closing, the standard streams are set: stdin for input,
stdout for output.