From: Masatake YAMATO Date: Sat, 6 Aug 2022 19:32:39 +0000 (+0900) Subject: lsfd.1.adoc: fix a wrong formatting X-Git-Tag: v2.39-rc1~550^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b241363a53a5368f8eae0b917ee1a11f6605f882;p=thirdparty%2Futil-linux.git lsfd.1.adoc: fix a wrong formatting Signed-off-by: Masatake YAMATO --- diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index bcab2a6aaf..80c37a5c18 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -137,12 +137,14 @@ ENDPOINT <``string``>:: IPC endpoints information communicated with the fd. The format of the column depends on the object associated with the fd: ++ +FIFO type::: +_PID_,_COMMAND_,_ASSOC_[-r][-w] ++ +The last characters ([-r][-w]) represents the read and/or +write mode of the endpoint. - FIFO type::: _PID_,_COMMAND_,_ASSOC_[-r][-w] - - The last characters ([-r][-w]) represents the read and/or - write mode of the endpoint. - ++ *lsfd* collects endpoints within the processes that *lsfd* scans; *lsfd* may miss some endpoints if you limits the processes with *-p* option.