util-linux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rupesh Girase <rgirase@redhat.com>
To: util-linux@vger.kernel.org
Cc: Rupesh Girase <rgirase@redhat.com>
Subject: [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults
Date: Thu, 18 Jun 2020 19:17:41 +0530	[thread overview]
Message-ID: <1592488061-1868-1-git-send-email-rgirase@redhat.com> (raw)

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


             reply	other threads:[~2020-06-18 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-18 13:47 Rupesh Girase [this message]
2020-06-19  8:08 ` [PATCH] Manual pages: losetup.8: Fix "--direct-io" defaults Karel Zak

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1592488061-1868-1-git-send-email-rgirase@redhat.com \
    --to=rgirase@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).