summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorKarel Zak2014-11-03 13:13:54 +0100
committerKarel Zak2014-11-03 13:13:54 +0100
commit68e422ecae151d0e382fcb8a81d8d9c37d977a0b (patch)
treec5c6366cf414ba9b29f4724d342217e386c22aad /misc-utils
parentlibfdisk: clean up debug, add help debug mask (diff)
downloadkernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.tar.gz
kernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.tar.xz
kernel-qcow2-util-linux-68e422ecae151d0e382fcb8a81d8d9c37d977a0b.zip
docs: update info about env debug variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/blkid.82
-rw-r--r--misc-utils/findfs.84
-rw-r--r--misc-utils/findmnt.86
-rw-r--r--misc-utils/lsblk.87
-rw-r--r--misc-utils/wipefs.83
5 files changed, 15 insertions, 7 deletions
diff --git a/misc-utils/blkid.8 b/misc-utils/blkid.8
index a974b8e99..7d1aa5b02 100644
--- a/misc-utils/blkid.8
+++ b/misc-utils/blkid.8
@@ -298,7 +298,7 @@ file.
was written by Andreas Dilger for libblkid and improved by Theodore Ts'o
and Karel Zak.
.SH ENVIRONMENT
-.IP "Setting LIBBLKID_DEBUG=0xffff enables debug output."
+.IP "Setting LIBBLKID_DEBUG=all enables debug output."
.SH SEE ALSO
.BR libblkid (3),
.BR findfs (8),
diff --git a/misc-utils/findfs.8 b/misc-utils/findfs.8
index 32b74b423..385414f75 100644
--- a/misc-utils/findfs.8
+++ b/misc-utils/findfs.8
@@ -72,8 +72,8 @@ and re-written for the util-linux package by
Karel Zak
.ME .
.SH ENVIRONMENT
-.IP LIBBLKID_DEBUG=0xffff
-enables debug output.
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
.SH SEE ALSO
.BR blkid (8),
.BR lsblk (8),
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index a6318ed6e..27121d87f 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -247,8 +247,10 @@ Monitors remounts to read-only mode on all ext3 filesystems.
overrides the default location of the fstab file
.IP LIBMOUNT_MTAB=<path>
overrides the default location of the mtab file
-.IP LIBMOUNT_DEBUG=0xffff
-enables debug output
+.IP LIBMOUNT_DEBUG=all
+enables libmount debug output
+.IP LIBSMARTCOLS_DEBUG=all
+enables libsmartcols debug output
.SH AUTHORS
.nf
Karel Zak <kzak@redhat.com>
diff --git a/misc-utils/lsblk.8 b/misc-utils/lsblk.8
index d11a79009..8c9740c11 100644
--- a/misc-utils/lsblk.8
+++ b/misc-utils/lsblk.8
@@ -142,7 +142,12 @@ Milan Broz <mbroz@redhat.com>
Karel Zak <kzak@redhat.com>
.fi
.SH ENVIRONMENT
-.IP "Setting LIBMOUNT_DEBUG=0xffff enables debug output."
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
+.IP LIBMOUNT_DEBUG=all
+enables libmount debug output.
+.IP LIBSMARTCOLS_DEBUG=all
+enables libsmartcols debug output.
.SH SEE ALSO
.BR findmnt (8),
.BR blkid (8),
diff --git a/misc-utils/wipefs.8 b/misc-utils/wipefs.8
index 207b67501..13cadb456 100644
--- a/misc-utils/wipefs.8
+++ b/misc-utils/wipefs.8
@@ -98,7 +98,8 @@ Restores ext2 signature from the backup file ~/wipefs-sdb-0x00000438.bak.
.SH AUTHOR
Karel Zak <kzak@redhat.com>
.SH ENVIRONMENT
-.IP "Setting LIBBLKID_DEBUG=0xffff enables debug output."
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
.SH SEE ALSO
.BR blkid (8),
.BR findfs (8)