All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Btrfs-progs: fix typo in btrfs-device.txt
@ 2015-04-20 10:31 Anand Jain
  2015-04-20 11:34 ` Duncan
  2015-04-21  7:12 ` [PATCH v2] " Anand Jain
  0 siblings, 2 replies; 4+ messages in thread
From: Anand Jain @ 2015-04-20 10:31 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

Signed-off-by: Anand Jain <anand.jain@oracle.com>
---
 Documentation/btrfs-device.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/btrfs-device.txt b/Documentation/btrfs-device.txt
index 4bb5ea5..0bc1be3 100644
--- a/Documentation/btrfs-device.txt
+++ b/Documentation/btrfs-device.txt
@@ -53,7 +53,7 @@ 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-delete`(8) subcommand and replaced
 using `btrfs-replace`(8).
 +
 When device is removed or replaced, btrfs will do the chunk rebuild if needed.
-- 
2.0.0.153.g79dcccc


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

* Re: [PATCH] Btrfs-progs: fix typo in btrfs-device.txt
  2015-04-20 10:31 [PATCH] Btrfs-progs: fix typo in btrfs-device.txt Anand Jain
@ 2015-04-20 11:34 ` Duncan
  2015-04-21  7:12 ` [PATCH v2] " Anand Jain
  1 sibling, 0 replies; 4+ messages in thread
From: Duncan @ 2015-04-20 11:34 UTC (permalink / raw)
  To: linux-btrfs

Anand Jain posted on Mon, 20 Apr 2015 18:31:29 +0800 as excerpted:

> Signed-off-by: Anand Jain <anand.jain@oracle.com>
> ---
>  Documentation/btrfs-device.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/btrfs-device.txt
> b/Documentation/btrfs-device.txt index 4bb5ea5..0bc1be3 100644 ---
> a/Documentation/btrfs-device.txt +++ b/Documentation/btrfs-device.txt @@
> -53,7 +53,7 @@ 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-delete`(8) subcommand and replaced
>  using `btrfs-replace`(8).
>  +
>  When device is removed or replaced, btrfs will do the chunk rebuild if needed.

That isn't correct either.  Device can be _added_ using btrfs-delete?  It's
btrfs device add, tho I'm not sure the appropriate notation for that here
in ordered to have the manpage work correctly.

Maybe:

 Device add/remove/replace::
-Device can be added/removed using `btrfs-replace`(8) subcommand and replaced
+Device can be added/removed using add/delete as below and replaced
 using `btrfs-replace`(8).

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman


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

* [PATCH v2] Btrfs-progs: fix typo in btrfs-device.txt
  2015-04-20 10:31 [PATCH] Btrfs-progs: fix typo in btrfs-device.txt Anand Jain
  2015-04-20 11:34 ` Duncan
@ 2015-04-21  7:12 ` Anand Jain
  2015-04-22 16:17   ` David Sterba
  1 sibling, 1 reply; 4+ messages in thread
From: Anand Jain @ 2015-04-21  7:12 UTC (permalink / raw)
  To: linux-btrfs; +Cc: dsterba

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(-)

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
 ----------
-- 
2.0.0.153.g79dcccc


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

* Re: [PATCH v2] Btrfs-progs: fix typo in btrfs-device.txt
  2015-04-21  7:12 ` [PATCH v2] " Anand Jain
@ 2015-04-22 16:17   ` David Sterba
  0 siblings, 0 replies; 4+ messages in thread
From: David Sterba @ 2015-04-22 16:17 UTC (permalink / raw)
  To: Anand Jain; +Cc: linux-btrfs, dsterba

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.

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

end of thread, other threads:[~2015-04-22 16:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-20 10:31 [PATCH] Btrfs-progs: fix typo in btrfs-device.txt Anand Jain
2015-04-20 11:34 ` Duncan
2015-04-21  7:12 ` [PATCH v2] " Anand Jain
2015-04-22 16:17   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.