]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Manual pages: losetup.8: Fix "--direct-io" defaults
authorRupesh Girase <rgirase@redhat.com>
Thu, 18 Jun 2020 13:47:41 +0000 (19:17 +0530)
committerKarel Zak <kzak@redhat.com>
Fri, 19 Jun 2020 08:03:00 +0000 (10:03 +0200)
"--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@redhat.com>
sys-utils/losetup.8

index 7b51921a940a8e7362db55b6773a3a088499dfc1..c3ff5fe06bfa2203042ae2aa2a8d8c3ec948bf7d 100644 (file)
@@ -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.