From: Neutron Soutmun Date: Fri, 28 Jun 2019 19:05:22 +0000 (+0200) Subject: ipset: fix spelling error in libipset.3 manpage X-Git-Tag: v7.3~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e985687175fd8f2d2cdbb1526d178c5449b42894;p=thirdparty%2Fipset.git 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 --- diff --git a/lib/libipset.3 b/lib/libipset.3 index 42a741f9..2efc2535 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.