]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsfd: (adoc) reorder the sections
authorMasatake YAMATO <yamato@redhat.com>
Sun, 3 Oct 2021 07:06:20 +0000 (16:06 +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 860c1670189baef8c50cca6e75eb2b5563258b54..d4a8dc128d70c0c06d21f890360324b9449aae05 100644 (file)
@@ -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.