"--direct-io" option is "off" by default while configuring loop device but it's mentioned "on" in man page. Signed-off-by: Rupesh Girase <rgirase@xxxxxxxxxx> --- sys-utils/losetup.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/losetup.8 b/sys-utils/losetup.8 index 7b51921..c3ff5fe 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. -- 1.8.3.1