From 8e7098c85bf925b063528b551cc4512dcaa1d3b6 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 3 Oct 2021 16:06:20 +0900 Subject: [PATCH] lsfd: (adoc) reorder the sections Signed-off-by: Masatake YAMATO --- misc-utils/lsfd.1.adoc | 61 +++++++++++++++++++++--------------------- 1 file changed, 31 insertions(+), 30 deletions(-) diff --git a/misc-utils/lsfd.1.adoc b/misc-utils/lsfd.1.adoc index 860c167018..d4a8dc128d 100644 --- a/misc-utils/lsfd.1.adoc +++ b/misc-utils/lsfd.1.adoc @@ -23,7 +23,37 @@ lsfd - list file descriptors *lsfd* is intended to be a drop-in replacement for *lsof*(8) on Linux systems. It uses Libsmartcols for output formatting. -Available output columns: +== OPTIONS + +*-l*, *--threads*:: +List in threads level. + +*-J*, *--json*:: +Use JSON output format. + +*-n*, *--noheadings*:: +Don't print headings. + +*-o*, *--output* _list_:: +Output columns. +See the "OUTPUT COLUMNS" section for details of available column. + +*-r*, *--raw*:: +Use raw output format. + +*--sysroot* _dir_:: +Use specified directory as system root. + +*--notruncate*:: +Don't truncate text in columns. + +*-V*, *--version*:: +Display version information and exit. + +*-h*, *--help*:: +Display help text and exit. + +== OUTPUT COLUMNS ASSOC:: Association between file and process. @@ -106,35 +136,6 @@ User ID number. USER:: User of the process. -== OPTIONS - -*-l*, *--threads*:: -List in threads level. - -*-J*, *--json*:: -Use JSON output format. - -*-n*, *--noheadings*:: -Don't print headings. - -*-o*, *--output* _list_:: -Output columns. - -*-r*, *--raw*:: -Use raw output format. - -*--sysroot* _dir_:: -Use specified directory as system root. - -*--notruncate*:: -Don't truncate text in columns. - -*-V*, *--version*:: -Display version information and exit. - -*-h*, *--help*:: -Display help text and exit. - == HISTORY The *lsfd* command is part of the util-linux package since v2.38. -- 2.47.3