summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorKarel Zak2016-09-07 12:25:06 +0200
committerKarel Zak2016-09-07 12:25:06 +0200
commit37948503c995d2986e95819f6f5b2c3037dbc23d (patch)
tree18a516a5ff53c43d1cff6fed7bae5a97b823e2d5 /misc-utils/findmnt.8
parentlibsmartcols: add fallback for symbols (diff)
downloadkernel-qcow2-util-linux-37948503c995d2986e95819f6f5b2c3037dbc23d.tar.gz
kernel-qcow2-util-linux-37948503c995d2986e95819f6f5b2c3037dbc23d.tar.xz
kernel-qcow2-util-linux-37948503c995d2986e95819f6f5b2c3037dbc23d.zip
libsmartcols: support LIBSMARTCOLS_DEBUG_PADDING=on
This env.variable forces libsmartcols to use visible padding chars. The standard debug has to be enabled (to minimize overhead for non-debug execution). For example: $ LIBSMARTCOLS_DEBUG=all LIBSMARTCOLS_DEBUG_PADDING=on findmnt 2> ~/log Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.82
1 files changed, 2 insertions, 0 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index 3f09b1900..fd26f5e5c 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -267,6 +267,8 @@ overrides the default location of the mtab file
enables libmount debug output
.IP LIBSMARTCOLS_DEBUG=all
enables libsmartcols debug output
+.IP LIBSMARTCOLS_DEBUG_PADDING=on
+use visible padding characters. Requires enabled LIBSMARTCOLS_DEBUG.
.SH AUTHORS
.nf
Karel Zak <kzak@redhat.com>