From: Masatake YAMATO Date: Thu, 7 Oct 2021 09:08:06 +0000 (+0900) Subject: lsfd: (adoc) remove a redundant word X-Git-Tag: v2.38-rc1~144^2~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ecdfe451f4ead2989fd9245e9dc0e226687384f;p=thirdparty%2Futil-linux.git lsfd: (adoc) remove a redundant word Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 0b796ad75b..56b8c01ffd 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -23,7 +23,7 @@ lsfd - list file descriptors *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 +specific features like namespaces with simpler code. *lsfd* is not a drop-in replacement for *lsof*; they are different in the command line interface and output formats.