From c0d2c6e11c681b6320755970d23d5638d6c16d81 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 20 Jan 2012 12:47:15 +0100 Subject: [PATCH] findmnt: add note about LIBMOUNT_* env.variables Signed-off-by: Karel Zak --- misc-utils/findmnt.8 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8 index cd2c47c8c..4345af35c 100644 --- a/misc-utils/findmnt.8 +++ b/misc-utils/findmnt.8 @@ -189,6 +189,13 @@ Monitors mount, umount, remount and move on /mnt/foo. Waits for /mnt/foo umount. .IP "\fBfindmnt --poll=remount -t ext3 -O ro\fP" Monitors remounts to read-only mode on all ext3 filesystems. +.SH ENVIRONMENT +.IP LIBMOUNT_FSTAB= +overrides the default location of the fstab file +.IP LIBMOUNT_MTAB= +overrides the default location of the mtab file +.IP LIBMOUNT_DEBUG=0xffff +enables debug output .SH AUTHORS .nf Karel Zak