util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults
@ 2020-06-18 13:47 Rupesh Girase
  2020-06-19  8:08 ` Karel Zak
  0 siblings, 1 reply; 2+ messages in thread
From: Rupesh Girase @ 2020-06-18 13:47 UTC (permalink / raw)
  To: util-linux; +Cc: Rupesh Girase

"--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 | 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults
  2020-06-18 13:47 [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults Rupesh Girase
@ 2020-06-19  8:08 ` Karel Zak
  0 siblings, 0 replies; 2+ messages in thread
From: Karel Zak @ 2020-06-19  8:08 UTC (permalink / raw)
  To: Rupesh Girase; +Cc: util-linux

On Thu, Jun 18, 2020 at 07:17:41PM +0530, Rupesh Girase wrote:
>  sys-utils/losetup.8 | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
 Karel Zak  <kzak@redhat.com>
 http://karelzak.blogspot.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-19  8:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-18 13:47 [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults Rupesh Girase
2020-06-19  8:08 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).