diff mbox

[v2] Btrfs-progs: fix typo in btrfs-device.txt

Message ID 1429600323-5199-1-git-send-email-anand.jain@oracle.com (mailing list archive)
State Accepted
Headers show

Commit Message

Anand Jain April 21, 2015, 7:12 a.m. UTC
From: Anand Jain <Anand.Jain@oracle.com>

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 v1->v2: Oh no. Typo while fixing typo. oops ! thanks Duncan.

 Documentation/btrfs-device.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

David Sterba April 22, 2015, 4:17 p.m. UTC | #1
On Tue, Apr 21, 2015 at 03:12:03PM +0800, Anand Jain wrote:
> From: Anand Jain <Anand.Jain@oracle.com>
> 
> Signed-off-by: Anand Jain <anand.jain@oracle.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/btrfs-device.txt b/Documentation/btrfs-device.txt
index 4bb5ea5..7807450 100644
--- a/Documentation/btrfs-device.txt
+++ b/Documentation/btrfs-device.txt
@@ -53,12 +53,12 @@  run `btrfs-balance`(8) to rebuild the chunks.
 See `btrfs-balance`(8) for more details.
 
 Device add/remove/replace::
-Device can be added/removed using `btrfs-replace`(8) subcommand and replaced
+Device can be added/removed using `btrfs-device`(8) subcommand and replaced
 using `btrfs-replace`(8).
 +
 When device is removed or replaced, btrfs will do the chunk rebuild if needed.
 +
-See `btrfs-replace`(8) and this man page for more details.
+See `btrfs-replace`(8) man page for more details on device replace.
 
 SUBCOMMAND
 ----------