aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-04-24 12:01:57 +0200
committerKarel Zak <kzak@redhat.com>2024-04-24 12:01:57 +0200
commit21b4f53a1433c29a5f3d3e975f8d1bf62b011aed (patch)
tree06cccd6637b0a330489f1c8ffdea0db53fab0350
parent18d10c16abaf1cf2934625624591f31318923050 (diff)
parent94221a076e7566a1e70a8a53652e984aba761bf4 (diff)
downloadutil-linux-21b4f53a1433c29a5f3d3e975f8d1bf62b011aed.tar.gz
Merge branch 'lsfd' of https://github.com/jwilk-forks/util-linux
* 'lsfd' of https://github.com/jwilk-forks/util-linux: lsfd: (man) add commas between SEE ALSO items lsfd: (man) fix license name lsfd: (man) fix typos
-rw-r--r--lsfd-cmd/lsfd.1.adoc24
1 files changed, 12 insertions, 12 deletions
diff --git a/lsfd-cmd/lsfd.1.adoc b/lsfd-cmd/lsfd.1.adoc
index 05cc9e9aee..0c15d6dd06 100644
--- a/lsfd-cmd/lsfd.1.adoc
+++ b/lsfd-cmd/lsfd.1.adoc
@@ -2,7 +2,7 @@
////
Copyright 2021 Red Hat, Inc.
-This file may be copied under the terms of the GNU Public License.
+This file may be copied under the terms of the GNU General Public License.
////
= lsfd(1)
:doctype: manpage
@@ -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'
....
@@ -704,15 +704,15 @@ mailto:yamato@redhat.com[Masatake YAMATO],
mailto:kzak@redhat.com[Karel Zak]
== SEE ALSO
-*bpftool*(8)
-*bps*(8)
-*lslocks*(8)
-*lsof*(8)
-*pidof*(1)
-*proc*(5)
-*scols-filter*(5)
-*socket*(2)
-*ss*(8)
+*bpftool*(8),
+*bps*(8),
+*lslocks*(8),
+*lsof*(8),
+*pidof*(1),
+*proc*(5),
+*scols-filter*(5),
+*socket*(2),
+*ss*(8),
*stat*(2)
include::man-common/bugreports.adoc[]