]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: Sort ENVIRONMENT variables alphabetically
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 7 Apr 2026 16:13:53 +0000 (18:13 +0200)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Wed, 8 Apr 2026 10:07:44 +0000 (12:07 +0200)
This matches other sections, e.g. OPTIONS.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
17 files changed:
disk-utils/cfdisk.8.adoc
disk-utils/fdisk.8.adoc
disk-utils/fsck.8.adoc
disk-utils/sfdisk.8.adoc
lib/terminal-colors.d.5.adoc
misc-utils/findmnt.8.adoc
misc-utils/getopt.1.adoc
misc-utils/lsblk.8.adoc
misc-utils/lsclocks.1.adoc
sys-utils/losetup.8.adoc
sys-utils/lscpu.1.adoc
sys-utils/lsmem.1.adoc
sys-utils/lsns.8.adoc
sys-utils/mount.8.adoc
sys-utils/swapon.8.adoc
sys-utils/umount.8.adoc
text-utils/more.1.adoc

index bb2c1dbc69fd010da4b9c762455862553a16cb86..9ab29d60dc6e1783bc804853acf481007f14801c 100644 (file)
@@ -131,12 +131,12 @@ include::man-common/colors.adoc[]
 *CFDISK_DEBUG*=all::
 enables cfdisk debug output.
 
-*LIBFDISK_DEBUG*=all::
-enables libfdisk debug output.
-
 *LIBBLKID_DEBUG*=all::
 enables libblkid debug output.
 
+*LIBFDISK_DEBUG*=all::
+enables libfdisk debug output.
+
 include::man-common/env-smartcols.adoc[]
 
 *LOCK_BLOCK_DEVICE*=<mode>::
index 78fa1fb3e1f06867b4ff1078ff005da15fd3b3e7..7d53115db8b1a40bf32a9755a273cc93bed54a5f 100644 (file)
@@ -201,12 +201,12 @@ The welcome message.
 *FDISK_DEBUG*=all::
 enables fdisk debug output.
 
-*LIBFDISK_DEBUG*=all::
-enables libfdisk debug output.
-
 *LIBBLKID_DEBUG*=all::
 enables libblkid debug output.
 
+*LIBFDISK_DEBUG*=all::
+enables libfdisk debug output.
+
 include::man-common/env-smartcols.adoc[]
 
 *LOCK_BLOCK_DEVICE*=<mode>::
index cfc4a072cb7f0dfac3293d4089acb8807d266a77..6bf52f2fa02c3b83984809a64cffbb88aa4cdf59 100644 (file)
@@ -137,9 +137,6 @@ If this environment variable is set, *fsck* will attempt to check all of the spe
 *FSCK_MAX_INST*::
 This environment variable will limit the maximum number of filesystem checkers that can be running at one time. This allows configurations which have a large number of disks to avoid *fsck* starting too many filesystem checkers at once, which might overload CPU and memory resources available on the system. If this value is zero, then an unlimited number of processes can be spawned. This is currently the default, but future versions of *fsck* may attempt to automatically determine how many filesystem checks can be run based on gathering accounting data from the operating system.
 
-*PATH*::
-The *PATH* environment variable is used to find filesystem checkers.
-
 *FSTAB_FILE*::
 This environment variable allows the system administrator to override the standard location of the _/etc/fstab_ file. It is also useful for developers who are testing *fsck*.
 
@@ -149,6 +146,9 @@ enables libblkid debug output.
 *LIBMOUNT_DEBUG=all*::
 enables libmount debug output.
 
+*PATH*::
+The *PATH* environment variable is used to find filesystem checkers.
+
 == FILES
 
 _/etc/fstab_
index f6b48305066ae7bc18b18bc056977c8ff013b1f4..25fc9eb07744723837f6e1db25618baad5f94580 100644 (file)
@@ -435,17 +435,20 @@ The welcome message.
 
 == ENVIRONMENT
 
-*SFDISK_DEBUG*=all::
-enables *sfdisk* debug output.
-*LIBFDISK_DEBUG*=all::
-enables libfdisk debug output.
 *LIBBLKID_DEBUG*=all::
 enables libblkid debug output.
+
+*LIBFDISK_DEBUG*=all::
+enables libfdisk debug output.
+
 include::man-common/env-smartcols.adoc[]
 
 *LOCK_BLOCK_DEVICE*=<mode>::
 use exclusive BSD lock. The mode is "1" or "0". See *--lock* for more details.
 
+*SFDISK_DEBUG*=all::
+enables *sfdisk* debug output.
+
 == NOTES
 
 Since version 2.26 *sfdisk* no longer provides the *-R* or *--re-read* option to force the kernel to reread the partition table. Use *blockdev --rereadpt* instead.
index f337c3a576eb0817707d88c90fd7290e405a1836..ef77aa6530b8002ceb949b72b7c55f7c0699fd23 100644 (file)
@@ -189,14 +189,14 @@ Any other use of the hash character is not interpreted as introducing a comment.
 
 == ENVIRONMENT
 
-*TERMINAL_COLORS_DEBUG*=all::
-enables debug output.
-
 *NO_COLOR*::
 if defined, this disables output colorization unless explicitly enabled by a
 command-line option. See https://no-color.org/ for more details. Supported
 since util-linux version 2.41.
 
+*TERMINAL_COLORS_DEBUG*=all::
+enables debug output.
+
 == FILES
 
 _$XDG_CONFIG_HOME/terminal-colors.d_
index e1afa96af8010fd3c807e1d2f50ccd78d972e128..aa7cf0a586f951517bc03d194aee249233310571 100644 (file)
@@ -216,15 +216,15 @@ specification, or the device path or mountpoint does not exist).
 
 == ENVIRONMENT
 
+*LIBMOUNT_DEBUG*=all::
+enables libmount debug output
+
 *LIBMOUNT_FSTAB*=<path>::
 overrides the default location of the _fstab_ file
 
 *LIBMOUNT_MTAB*=<path>::
 overrides the default location of the _mtab_ file
 
-*LIBMOUNT_DEBUG*=all::
-enables libmount debug output
-
 include::man-common/env-smartcols.adoc[]
 
 == EXAMPLES
index a68b1a49a58ccbccbc51c95fed2c31e1588d013b..9eacbe1fe913abb0f9bb4c39bfddb7f087201145 100644 (file)
@@ -135,12 +135,12 @@ Example scripts for (ba)sh and (t)csh are provided with the *getopt*(1) distribu
 
 == ENVIRONMENT
 
-*POSIXLY_CORRECT*::
-This environment variable is examined by the *getopt*(3) routines. If it is set, parsing stops as soon as a parameter is found that is not an option or an option argument. All remaining parameters are also interpreted as non-option parameters, regardless whether they start with a '*-*'.
-
 *GETOPT_COMPATIBLE*::
 Forces *getopt* to use the first calling format as specified in the *SYNOPSIS*.
 
+*POSIXLY_CORRECT*::
+This environment variable is examined by the *getopt*(3) routines. If it is set, parsing stops as soon as a parameter is found that is not an option or an option argument. All remaining parameters are also interpreted as non-option parameters, regardless whether they start with a '*-*'.
+
 == BUGS
 
 *getopt*(3) can parse long options with optional arguments that are given an empty optional argument (but cannot do this for short options). This *getopt*(1) treats optional arguments that are empty as if they were not present.
index 12ff6f3c15cf92cf5620822a222dc4545507d84d..3cc180f15db649eb9790fcdce393dfd8c48b58e2 100644 (file)
@@ -222,9 +222,6 @@ include::man-common/colors.adoc[]
 
 == ENVIRONMENT
 
-*LSBLK_DEBUG*=all::
-enables *lsblk* debug output.
-
 *LIBBLKID_DEBUG*=all::
 enables *libblkid* debug output.
 
@@ -236,6 +233,9 @@ include::man-common/env-smartcols.adoc[]
 *LSBLK_COLUMNS*=::
 specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* can be used.
 
+*LSBLK_DEBUG*=all::
+enables *lsblk* debug output.
+
 *ULPATH_DEBUG*=all::
 enables *path* debug output.
 
index 6b5a0433e27d7b24377a2a5344bf23ec69c4f951..77aec84a6ca0658ba0cb103aca6decb20740eda5 100644 (file)
@@ -71,11 +71,11 @@ include::man-common/help-version.adoc[]
 
 == ENVIRONMENT
 
+include::man-common/env-smartcols.adoc[]
+
 LSCLOCKS_COLUMNS=::
 Specifies a comma-separated list of output columns to print. All columns listed in *OUTPUT COLUMNS* can be used.
 
-include::man-common/env-smartcols.adoc[]
-
 == OUTPUT COLUMNS
 
 Each column has a type. Types are surround by < and >.
index 74586d3d8af29cff15f34cefc0a400961147d800..5bda765f3f277759d7f3964f7e15f27503a51d3c 100644 (file)
@@ -153,6 +153,8 @@ Since version 2.37 *losetup* uses *LOOP_CONFIGURE* ioctl to set up a new loop de
 
 == ENVIRONMENT
 
+include::man-common/env-smartcols.adoc[]
+
 *LOOPDEV_DEBUG*=all::
 enables loopdev debug output.
 
@@ -162,8 +164,6 @@ enables path debug output.
 *ULSYSFS_DEBUG*=all::
 enables sysfs debug output.
 
-include::man-common/env-smartcols.adoc[]
-
 == FILES
 
 _/dev/loop[0..N]_::
index 1fd1573425d02a3b324757d811416166fc71af3b..90cdf67ae32f5df6fc9148c35b7706caed09b264 100644 (file)
@@ -125,12 +125,12 @@ include::man-common/help-version.adoc[]
 
 == ENVIRONMENT
 
-LSCPU_COLUMNS=::
-Specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* for the options *-e* and *-p* can be used.
-
 LSCPU_CACHES_COLUMNS=::
 Same as *LSCPU_COLUMNS* with the difference that columns only listed for the *-C* option can be used.
 
+LSCPU_COLUMNS=::
+Specifies a comma-separated list of output columns to print. All columns listed by *--list-columns* for the options *-e* and *-p* can be used.
+
 *LSCPU_DEBUG*=all::
 enables lscpu debug output.
 
index dd9b16d2440e6131dc52d8b03a635ded2b3242b6..8877c39a587fef6897a8e0d993b7953b35d66a7f 100644 (file)
@@ -101,11 +101,11 @@ include::man-common/help-version.adoc[]
 
 == ENVIRONMENT
 
+include::man-common/env-smartcols.adoc[]
+
 *LSMEM_COLUMNS*::
 Specifies a comma-separated list of output columns to print. All columns listed in *--help* can be used.
 
-include::man-common/env-smartcols.adoc[]
-
 *ULPATH_DEBUG*=all::
 enables path debug output.
 
index 624455df821b18eca1257a9275ef2ed92c7a553d..039e09e7d56b8c4de94b5d39a1a748e9ef4f1ab0 100644 (file)
@@ -102,11 +102,11 @@ An ioctl was unknown to the kernel.
 
 == ENVIRONMENT
 
+include::man-common/env-smartcols.adoc[]
+
 *LSNS_DEBUG*=all::
 enables *lsns* debug output.
 
-include::man-common/env-smartcols.adoc[]
-
 == AUTHORS
 
 mailto:kzak@redhat.com[Karel Zak]
index e27d711f3568abcd04438715ad6bf60065af1a15..7fb9384b5a7a6b3bb91304a9752869f523ec0ab2 100644 (file)
@@ -1750,18 +1750,18 @@ The exit status value of the helper is returned as the exit status of *mount*(8)
 
 == ENVIRONMENT
 
+*LIBBLKID_DEBUG*=all::
+enables libblkid debug output
+
+*LIBMOUNT_DEBUG*=all::
+enables libmount debug output
+
 *LIBMOUNT_FORCE_MOUNT2*={always|never|auto}::
 force to use classic *mount*(2) system call (requires support for new file descriptors based mount API). The default is *auto*; in this case, libmount tries to be smart and use classic *mount*(2) only for well-known issues. If the new mount API is unavailable, libmount can still use traditional *mount*(2), although LIBMOUNT_FORCE_MOUNT2 is set to *never*.
 
 *LIBMOUNT_FSTAB*=<path>::
 overrides the default location of the _fstab_ file (ignored for suid)
 
-*LIBMOUNT_DEBUG*=all::
-enables libmount debug output
-
-*LIBBLKID_DEBUG*=all::
-enables libblkid debug output
-
 *LOOPDEV_DEBUG*=all::
 enables loop device setup debug output
 
index 47acd5097d2bfc86526a44e3167436dae675d0a3..aa4b5032577ef6895887e04bdd863b19aa65a15d 100644 (file)
@@ -171,12 +171,12 @@ The old versions before v2.36 has no documented exit status, 0 means success in
 
 == ENVIRONMENT
 
-*LIBMOUNT_DEBUG*=all::
-enables *libmount* debug output.
-
 *LIBBLKID_DEBUG*=all::
 enables *libblkid* debug output.
 
+*LIBMOUNT_DEBUG*=all::
+enables *libmount* debug output.
+
 include::man-common/env-smartcols.adoc[]
 
 == FILES
index a568016c99cefa193cfa61333694e1cba93d9ac0..c7325b7132988b95f5aba34a74ec1e392e6ef6c9 100644 (file)
@@ -190,12 +190,12 @@ The exit status value of the helper is returned as the exit status of *umount*(8
 
 == ENVIRONMENT
 
-*LIBMOUNT_FSTAB*=<path>::
-overrides the default location of the _fstab_ file (ignored for *suid*)
-
 *LIBMOUNT_DEBUG*=all::
 enables *libmount* debug output
 
+*LIBMOUNT_FSTAB*=<path>::
+overrides the default location of the _fstab_ file (ignored for *suid*)
+
 == FILES
 
 _/etc/mtab_::
index a8fc3b529c7925800d77c0167d46d2b1e931af20..46c412e2678018f7e4fca6c574623e9f3facc0fe 100644 (file)
@@ -177,32 +177,32 @@ Start up an editor.
 
 The *more* command respects the following environment variables, if they exist:
 
+*EDITOR*::
+The editor of choice when *VISUAL* is not specified.
+
 *MORE*::
 This variable may be set with favored options to *more*.
 
-*SHELL*::
-Current shell in use (normally set by the shell at login time).
-
-*TERM*::
-The terminal type used by *more* to get the terminal characteristics necessary to manipulate the screen.
+*MORESECURE*::
+Run *more* in "secure" mode. See SECURITY for details.
 
-*VISUAL*::
-The editor the user prefers. Invoked when command key _v_ is pressed.
+*MORE_SHELL_LINES*::
+Specify the _number_ of lines per screenful. It has the same effect as the *-n* and *--lines* options. See in OPTIONS for details. Also, note that the environment variable's value will be overridden if any of these options are set.
 
-*EDITOR*::
-The editor of choice when *VISUAL* is not specified.
+*PAGERSECURE*::
+Equivalent to MORESECURE.
 
 *POSIXLY_CORRECT*::
 Disable exit-on-eof (see option *-e* for more details).
 
-*MORESECURE*::
-Run *more* in "secure" mode. See SECURITY for details.
+*SHELL*::
+Current shell in use (normally set by the shell at login time).
 
-*PAGERSECURE*::
-Equivalent to MORESECURE.
+*TERM*::
+The terminal type used by *more* to get the terminal characteristics necessary to manipulate the screen.
 
-*MORE_SHELL_LINES*::
-Specify the _number_ of lines per screenful. It has the same effect as the *-n* and *--lines* options. See in OPTIONS for details. Also, note that the environment variable's value will be overridden if any of these options are set.
+*VISUAL*::
+The editor the user prefers. Invoked when command key _v_ is pressed.
 
 == HISTORY