aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2024-04-22 15:51:47 +0200
committerJakub Wilk <jwilk@jwilk.net>2024-04-22 18:22:59 +0200
commit81f1ce7f37ece9cfcc066e63fef642a31542a815 (patch)
tree05859a6414ffdef97188dfda5571c66dde55548e
parent60546acc885243c94a7aa95e00e9105fa88a8fe6 (diff)
downloadutil-linux-81f1ce7f37ece9cfcc066e63fef642a31542a815.tar.gz
lsfd: (man) fix typos
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
-rw-r--r--lsfd-cmd/lsfd.1.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/lsfd-cmd/lsfd.1.adoc b/lsfd-cmd/lsfd.1.adoc
index 05cc9e9aee..834d741a94 100644
--- a/lsfd-cmd/lsfd.1.adoc
+++ b/lsfd-cmd/lsfd.1.adoc
@@ -463,7 +463,7 @@ socket system call:
SOURCE <``string``>::
File system, partition, or device containing the file.
-For the association having ERROR as the value for _TYPE_ coulumn, *lsfd*
+For the association having ERROR as the value for _TYPE_ column, *lsfd*
fills this column with _syscall_:_errno_.
STTYPE <``string``>::
@@ -593,7 +593,7 @@ Do the same in a more efficient way: ::
# lsfd --pid 1,2
....
-Whitescapes can be used instead of a comma: ::
+Whitespaces can be used instead of a comma: ::
....
# lsfd --pid '1 2'
....