]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lslocks(man): Merge environment sections
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 7 Apr 2026 16:01:45 +0000 (18:01 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 8 Apr 2026 10:07:44 +0000 (12:07 +0200)
The manual page contains two ENVIRONMENT sections. Merge them into one.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
misc-utils/lslocks.8.adoc

index 6dd1811e500b2d5d4509535bf0c81e413cf0961b..07ce30054c521c6d8a8c024318894b03638e1596 100644 (file)
@@ -84,6 +84,9 @@ include::man-common/help-version.adoc[]
 
 include::man-common/env-smartcols.adoc[]
 
+LSLOCKS_COLUMNS=::
+Specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* can be used.
+
 == OUTPUT
 
 COMMAND::
@@ -127,11 +130,6 @@ The holder(s) of the lock.  The format of the holder is _PID_,_COMMAND_,_FD_.
 If a lock is an open file description-oriented lock, there can be more than one holder for the lock.
 See the NOTES below.
 
-== ENVIRONMENT
-
-LSLOCKS_COLUMNS=::
-Specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* can be used.
-
 == NOTES
 
 The *lslocks* command is meant to replace the *lslk*(8) command, originally written by mailto:abe@purdue.edu[Victor A. Abell] and unmaintained since 2001.