]> granicus.if.org Git - ipset/commitdiff
ipset: fix spelling error in libipset.3 manpage
authorNeutron Soutmun <neo.neutron@gmail.com>
Fri, 28 Jun 2019 19:05:22 +0000 (21:05 +0200)
committerJozsef Kadlecsik <kadlec@netfilter.org>
Fri, 28 Jun 2019 19:05:22 +0000 (21:05 +0200)
Fix these spelling errors,
    s/lenght/length/
    s/controll/control/
    s/funtion/function/

Signed-off-by: Jozsef Kadlecsik <kadlec@netfilter.org>
lib/libipset.3

index 42a741f985e0239d7ae502cb8a9a45dbe3624dbf..2efc25358c049696bf1786056fc24ee7f5bce03a 100644 (file)
@@ -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.