From: Masatake YAMATO Date: Thu, 23 Nov 2023 13:36:26 +0000 (+0900) Subject: libsmartcols: (man) fix typos X-Git-Tag: v2.40-rc1~148^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=885ad8175495955f68611f1f637fb682c457e0a4;p=thirdparty%2Futil-linux.git libsmartcols: (man) fix typos Signed-off-by: Masatake YAMATO --- diff --git a/libsmartcols/scols-filter.5.adoc b/libsmartcols/scols-filter.5.adoc index 7a39c91f0f..ec1d95c5a7 100644 --- a/libsmartcols/scols-filter.5.adoc +++ b/libsmartcols/scols-filter.5.adoc @@ -82,8 +82,8 @@ types are integer, float, string and boolean. An operator works with one or two operand(s). An operator has an expectation about the data type(s) of its operands. Giving an unexpected data type to an operator causes a syntax error. The library can cast between data types, the -preffered is always the type as specified by `param` and in case of expression with -number and float the prefered is the float. +prefferred is always the type as specified by `param` and in case of expression with +number and float the preferred is the float. Operators taking two operands are `and`, `or`, `eq`, `ne`, `le`, `lt`, `ge`, `gt`, `=~`, `!~`. Alphabetically named operators have C-language