]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd.1.adoc: fix typos
authorMasatake YAMATO <yamato@redhat.com>
Sat, 6 Aug 2022 19:16:32 +0000 (04:16 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 8 Aug 2022 20:34:52 +0000 (05:34 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index 1144c2830fbf7f2534468bc894719a0127d62a27..bcab2a6aafe2636270cdb3492c10dbf5dedb4d12 100644 (file)
@@ -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