From: Rupesh Girase Date: Thu, 18 Jun 2020 13:47:41 +0000 (+0530) Subject: Manual pages: losetup.8: Fix "--direct-io" defaults X-Git-Tag: v2.36-rc2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bee67e2d1a78abc52e89c6eb71f0efc8a278ce9;p=thirdparty%2Futil-linux.git Manual pages: losetup.8: Fix "--direct-io" defaults "--direct-io" option is "off" by default while configuring loop device but it's mentioned "on" in man page. Signed-off-by: Rupesh Girase --- diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8 index 7b51921a94..c3ff5fe06b 100644 --- a/sys-utils/losetup.8 +++ b/sys-utils/losetup.8 @@ -134,7 +134,7 @@ Set up a read-only loop device. .BR \-\-direct\-io [ =on | off ] Enable or disable direct I/O for the backing file. The optional argument can be either \fBon\fR or \fBoff\fR. If the argument is omitted, it defaults -to \fBon\fR. +to \fBoff\fR. .TP .BR \-v , " \-\-verbose" Verbose mode.