From: Karel Zak Date: Tue, 3 Feb 2015 10:16:46 +0000 (+0100) Subject: docs: add info about *_DEBUG= to man pages X-Git-Tag: v2.26-rc2~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47dd69188a3dd2d778982d6610f25b53f6c8b35d;p=thirdparty%2Futil-linux.git docs: add info about *_DEBUG= to man pages Signed-off-by: Karel Zak --- diff --git a/disk-utils/cfdisk.8 b/disk-utils/cfdisk.8 index e4577d5334..a6b5798225 100644 --- a/disk-utils/cfdisk.8 +++ b/disk-utils/cfdisk.8 @@ -172,6 +172,8 @@ for more details about colorization configuration. does not support color customization with a color-scheme file. .SH ENVIRONMENT +.IP CFDISK_DEBUG=all +enables cfdisk debug output. .IP LIBFDISK_DEBUG=all enables libfdisk debug output. .IP LIBBLKID_DEBUG=all diff --git a/disk-utils/fdisk.8 b/disk-utils/fdisk.8 index d9c4d270e7..89ae5aaaab 100644 --- a/disk-utils/fdisk.8 +++ b/disk-utils/fdisk.8 @@ -317,6 +317,8 @@ The original version was written by Andries E. Brouwer, A. V. Le Blanc and others. .SH ENVIRONMENT +.IP FDISK_DEBUG=all +enables fdisk debug output. .IP LIBFDISK_DEBUG=all enables libfdisk debug output. .IP LIBBLKID_DEBUG=all diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8 index 185972c421..2af8ece860 100644 --- a/disk-utils/sfdisk.8 +++ b/disk-utils/sfdisk.8 @@ -359,6 +359,8 @@ Since version 2.26 \fBsfdisk\fR does not provide the \fB\-\-DOS\fR, \fB\-\-IBM\f \fB\-\-inside\-outer\fR, \fB\-\-not\-inside\-outer\fR options. .SH ENVIRONMENT +.IP SFDISK_DEBUG=all +enables sfdisk debug output. .IP LIBFDISK_DEBUG=all enables libfdisk debug output. .IP LIBBLKID_DEBUG=all diff --git a/misc-utils/whereis.1 b/misc-utils/whereis.1 index 5e63e9b48f..0dccc8d9f6 100644 --- a/misc-utils/whereis.1 +++ b/misc-utils/whereis.1 @@ -156,6 +156,9 @@ and are display with .BR \-l . .PP +.SH ENVIRONMENT +.IP WHEREIS_DEBUG=all +enables debug output. .SH AVAILABILITY The whereis command is part of the util-linux package and is available from .UR ftp://\:ftp.kernel.org\:/pub\:/linux\:/utils\:/util-linux/