summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.