From: Tobias Stoeckmann Date: Tue, 7 Apr 2026 16:19:23 +0000 (+0200) Subject: man: Drop ENVIRONMENT intro text X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c6437366ebfe63815da29ff91917bd012fa3f89;p=thirdparty%2Futil-linux.git man: Drop ENVIRONMENT intro text A few ENVIRONMENT sections had intro texts. Drop them to unify the look (and they did not contain useful information). Signed-off-by: Tobias Stoeckmann --- diff --git a/disk-utils/fsck.8.adoc b/disk-utils/fsck.8.adoc index 6bf52f2fa..4c15957ba 100644 --- a/disk-utils/fsck.8.adoc +++ b/disk-utils/fsck.8.adoc @@ -129,8 +129,6 @@ Please note that *fsck* is not designed to pass arbitrarily complicated options == ENVIRONMENT -The *fsck* program's behavior is affected by the following environment variables: - *FSCK_FORCE_ALL_PARALLEL*:: If this environment variable is set, *fsck* will attempt to check all of the specified filesystems in parallel, regardless of whether the filesystems appear to be on the same device. (This is useful for RAID systems or high-end storage systems such as those sold by companies such as IBM or EMC.) Note that the _fs_passno_ value is still used. diff --git a/login-utils/vipw.8.adoc b/login-utils/vipw.8.adoc index 515252e6f..4cfe306dc 100644 --- a/login-utils/vipw.8.adoc +++ b/login-utils/vipw.8.adoc @@ -62,8 +62,6 @@ include::man-common/help-version.adoc[] == ENVIRONMENT -If the following environment variable exists, it will be utilized by *vipw* and *vigr*: - *EDITOR*:: The editor specified by the string *EDITOR* will be invoked instead of the default editor *vi*(1). diff --git a/term-utils/script.1.adoc b/term-utils/script.1.adoc index ca5c053b5..30d76de9e 100644 --- a/term-utils/script.1.adoc +++ b/term-utils/script.1.adoc @@ -129,8 +129,6 @@ Upon receiving *SIGUSR1*, *script* immediately flushes the output files. == ENVIRONMENT -The following environment variable is utilized by *script*: - *SCRIPT_DEBUG*=all:: enables script debug output. diff --git a/text-utils/more.1.adoc b/text-utils/more.1.adoc index 46c412e26..5dd260311 100644 --- a/text-utils/more.1.adoc +++ b/text-utils/more.1.adoc @@ -175,8 +175,6 @@ Start up an editor. == ENVIRONMENT -The *more* command respects the following environment variables, if they exist: - *EDITOR*:: The editor of choice when *VISUAL* is not specified. diff --git a/text-utils/pg.1.adoc b/text-utils/pg.1.adoc index 3f4058956..10ffd727d 100644 --- a/text-utils/pg.1.adoc +++ b/text-utils/pg.1.adoc @@ -118,8 +118,6 @@ If the user presses the interrupt or quit key while *pg* reads from the input fi == ENVIRONMENT -The following environment variables affect the behavior of *pg*: - *COLUMNS*:: Overrides the system-supplied number of columns if set. diff --git a/text-utils/ul.1.adoc b/text-utils/ul.1.adoc index 626ced162..126d02bdd 100644 --- a/text-utils/ul.1.adoc +++ b/text-utils/ul.1.adoc @@ -66,8 +66,6 @@ include::man-common/help-version.adoc[] == ENVIRONMENT -The following environment variable is used: - *TERM*:: The *TERM* variable is used to relate a tty device with its device capability description (see *terminfo*(5)). *TERM* is set at login time, either by the default terminal type specified in _/etc/ttys_ or as set during the login process by the user in their _login_ file (see *setenv*(3)).