summaryrefslogtreecommitdiffstats
path: root/sys-utils/losetup.8
diff options
context:
space:
mode:
authorKarel Zak2014-11-04 14:08:45 +0100
committerKarel Zak2014-11-04 14:08:45 +0100
commit0bf037402a444dfa2156218de53cf8c2277a5490 (patch)
treee0f25021e49fcded96e66ae992130abbec97e22b /sys-utils/losetup.8
parenttests: cleanup libmount debug test (diff)
downloadkernel-qcow2-util-linux-0bf037402a444dfa2156218de53cf8c2277a5490.tar.gz
kernel-qcow2-util-linux-0bf037402a444dfa2156218de53cf8c2277a5490.tar.xz
kernel-qcow2-util-linux-0bf037402a444dfa2156218de53cf8c2277a5490.zip
lib/loopdev: replace custom DBG() with include/debug.h
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/losetup.8')
-rw-r--r--sys-utils/losetup.83
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8
index 1172da414..b0b59226c 100644
--- a/sys-utils/losetup.8
+++ b/sys-utils/losetup.8
@@ -173,6 +173,9 @@ The following commands can be used as an example of using the loop device.
# umount /dev/loop0
# losetup --detach /dev/loop0
.fi
+.SH ENVIRONMENT
+.IP LOOPDEV_DEBUG=all
+enables debug output.
.SH AUTHORS
Karel Zak <kzak@redhat.com>, based on the original version from
Theodore Ts'o <tytso@athena.mit.edu>