From 56599e4e26693942c31f6b7933f8b7708216d78e Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 7 Aug 2022 04:16:32 +0900 Subject: [PATCH] lsfd.1.adoc: fix typos Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.1.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3