From: Tobias Stoeckmann Date: Tue, 7 Apr 2026 16:01:45 +0000 (+0200) Subject: lslocks(man): Merge environment sections X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a96da2c43320db956afc4cd493bba0f8694e9aff;p=thirdparty%2Futil-linux.git lslocks(man): Merge environment sections The manual page contains two ENVIRONMENT sections. Merge them into one. Signed-off-by: Tobias Stoeckmann --- diff --git a/misc-utils/lslocks.8.adoc b/misc-utils/lslocks.8.adoc index 6dd1811e5..07ce30054 100644 --- a/misc-utils/lslocks.8.adoc +++ b/misc-utils/lslocks.8.adoc @@ -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.