From: Masatake YAMATO Date: Sat, 6 Aug 2022 19:16:32 +0000 (+0900) Subject: lsfd.1.adoc: fix typos X-Git-Tag: v2.39-rc1~550^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56599e4e26693942c31f6b7933f8b7708216d78e;p=thirdparty%2Futil-linux.git lsfd.1.adoc: fix typos Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 1144c2830f..bcab2a6aaf 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -47,7 +47,7 @@ Specify which output columns to print. See the *OUTPUT COLUMNS* section for details of available columns. + The default list of columns may be extended if _list_ is specified in -the format _+list_ (e.g., *lsfd -o +DELETED*). +the format +_list_ (e.g., *lsfd -o +DELETED*). *-r*, *--raw*:: Use raw output format. @@ -255,7 +255,7 @@ flavored aliases: `&&`, `||`, `==`, `!=`, `<`, `<=`, `>=`, and `>`. `eq`, `ne`, and their aliases expect operands have the same data type. Applying these operators return a `boolean`. -`and`, `or`, `not` and their aliases expect operands have `bool` data +`and`, `or`, `not` and their aliases expect operands have `boolean` data type. Applying these operators return a `boolean`. `lt`, `le`, `gt`, `ge`, and their aliases expect operands have