dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone

Blame SOURCES/0042-Manual-pages-losetup.8-Fix-direct-io-defaults.patch

31b890
From 0717177be22588d4e419de280eccd0eeafb15016 Mon Sep 17 00:00:00 2001
31b890
From: Rupesh Girase <rgirase@redhat.com>
31b890
Date: Thu, 18 Jun 2020 19:17:41 +0530
31b890
Subject: [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults
31b890
31b890
"--direct-io" option is "off" by default while configuring
31b890
loop device but it's mentioned "on" in man page.
31b890
31b890
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1848919
31b890
Upstream: http://github.com/karelzak/util-linux/commit/4bee67e2d1a78abc52e89c6eb71f0efc8a278ce9
31b890
Signed-off-by: Rupesh Girase <rgirase@redhat.com>
31b890
---
31b890
 sys-utils/losetup.8 | 2 +-
31b890
 1 file changed, 1 insertion(+), 1 deletion(-)
31b890
31b890
diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8
31b890
index cdb9ed052..c87c231b6 100644
31b890
--- a/sys-utils/losetup.8
31b890
+++ b/sys-utils/losetup.8
31b890
@@ -130,7 +130,7 @@ Set up a read-only loop device.
31b890
 .BR \-\-direct\-io [ =on | off ]
31b890
 Enable or disable direct I/O for the backing file.  The optional argument
31b890
 can be either \fBon\fR or \fBoff\fR.  If the argument is omitted, it defaults
31b890
-to \fBon\fR.
31b890
+to \fBoff\fR.
31b890
 .TP
31b890
 .BR \-v , " \-\-verbose"
31b890
 Verbose mode.
31b890
-- 
31b890
2.25.4
31b890