summaryrefslogtreecommitdiffstats
path: root/sys-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 /sys-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 'sys-utils')
-rw-r--r--sys-utils/mount.810
-rw-r--r--sys-utils/mountpoint.14
-rw-r--r--sys-utils/swapon.82
-rw-r--r--sys-utils/umount.88
4 files changed, 14 insertions, 10 deletions
diff --git a/sys-utils/mount.8 b/sys-utils/mount.8
index 926f6e7a7..931fad16b 100644
--- a/sys-utils/mount.8
+++ b/sys-utils/mount.8
@@ -3118,11 +3118,13 @@ temporary file
a list of filesystem types to try
.SH ENVIRONMENT
.IP LIBMOUNT_FSTAB=<path>
-overrides the default location of the fstab file
+overrides the default location of the fstab file (ignored for suid)
.IP LIBMOUNT_MTAB=<path>
-overrides the default location of the mtab file
-.IP LIBMOUNT_DEBUG=0xffff
-enables debug output
+overrides the default location of the mtab file (ignored for suid)
+.IP LIBMOUNT_DEBUG=all
+enables libmount debug output
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output
.SH "SEE ALSO"
.BR mount (2),
.BR umount (2),
diff --git a/sys-utils/mountpoint.1 b/sys-utils/mountpoint.1
index 078ba2506..c410f8167 100644
--- a/sys-utils/mountpoint.1
+++ b/sys-utils/mountpoint.1
@@ -43,8 +43,8 @@ Zero if the directory or file is a mountpoint, non-zero if not.
.PP
Karel Zak <kzak@redhat.com>
.SH ENVIRONMENT
-.IP LIBMOUNT_DEBUG=0xffff
-enables debug output.
+.IP LIBMOUNT_DEBUG=all
+enables libmount debug output.
.SH NOTES
.PP
The util-linux
diff --git a/sys-utils/swapon.8 b/sys-utils/swapon.8
index cf66b01ca..84047ae16 100644
--- a/sys-utils/swapon.8
+++ b/sys-utils/swapon.8
@@ -233,6 +233,8 @@ made.
.SH ENVIRONMENT
.IP LIBMOUNT_DEBUG=all
enables libmount debug output.
+.IP LIBBLKID_DEBUG=all
+enables libblkid debug output.
.SH SEE ALSO
.BR swapon (2),
diff --git a/sys-utils/umount.8 b/sys-utils/umount.8
index 8a640f44d..b0bfa9a84 100644
--- a/sys-utils/umount.8
+++ b/sys-utils/umount.8
@@ -188,11 +188,11 @@ table of mounted filesystems
table of known filesystems
.SH ENVIRONMENT
.IP LIBMOUNT_FSTAB=<path>
-overrides the default location of the fstab file
+overrides the default location of the fstab file (ignored for suid)
.IP LIBMOUNT_MTAB=<path>
-overrides the default location of the mtab file
-.IP LIBMOUNT_DEBUG=0xffff
-enables debug output
+overrides the default location of the mtab file (ignored for suid)
+.IP LIBMOUNT_DEBUG=all
+enables libmount debug output
.SH "SEE ALSO"
.BR umount (2),
.BR mount (8),