]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd.1.adoc: fix a wrong formatting
authorMasatake YAMATO <yamato@redhat.com>
Sat, 6 Aug 2022 19:32:39 +0000 (04:32 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Mon, 8 Aug 2022 20:35:17 +0000 (05:35 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
misc-utils/lsfd.1.adoc

index bcab2a6aafe2636270cdb3492c10dbf5dedb4d12..80c37a5c1812164a89bb1948abf6900a89cb6062 100644 (file)
@@ -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.