]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (adoc) update DESCRIPTION
authorMasatake YAMATO <yamato@redhat.com>
Sun, 3 Oct 2021 06:58:38 +0000 (15:58 +0900)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Oct 2021 09:01:54 +0000 (11:01 +0200)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index d4a8dc128d70c0c06d21f890360324b9449aae05..92e81fec07d6a90cb49555bd2ca8c936220d0632 100644 (file)
@@ -21,7 +21,14 @@ lsfd - list file descriptors
 
 == DESCRIPTION
 
-*lsfd* is intended to be a drop-in replacement for *lsof*(8) on Linux systems. It uses Libsmartcols for output formatting.
+*lsfd* is intended to be a modern replacement for *lsof*(8) on Linux systems.
+Unlike *lsof*, *lsfd* is specialized to Linux kernel; it supports Linux
+specific features like namespaces with simpler code. However, it is not a
+drop-in replacement for *lsof*; they are different in the command line
+interface and output formats.
+
+*lsfd* uses Libsmartcols for output formatting. See the description of *--output*
+option for customizing.
 
 == OPTIONS