All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] btrfs-progs: Fix a misformatting in 'man btrfs-replace'
@ 2014-08-12  8:30 Satoru Takeuchi
  2014-08-18  1:33 ` Satoru Takeuchi
  0 siblings, 1 reply; 2+ messages in thread
From: Satoru Takeuchi @ 2014-08-12  8:30 UTC (permalink / raw)
  To: linux-btrfs@vger.kernel.org

From: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>

Just fix the following misformatting in 'man btrfs-replace'.

===============================================================================
-f                                                                                                                
    force using and overwriting <targetdev> even if it looks like containing
    a valid btrfs filesystem.

    A valid filesystem is assumed if a btrfs superblock is found which
    contains a correct checksum. Devices which are currently mounted are never
    allowed to be used as the <targetdev>. -B:::: no background replace.
                                           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
===============================================================================
 
Signed-off-by: Satoru Takeuchi <takeuchi_satoru@jp.fujitsu.com>

---
 Documentation/btrfs-replace.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/btrfs-replace.txt b/Documentation/btrfs-replace.txt
index eecf9b0..476e351 100644
--- a/Documentation/btrfs-replace.txt
+++ b/Documentation/btrfs-replace.txt
@@ -49,6 +49,7 @@ containing a valid btrfs filesystem.
 A valid filesystem is assumed if a btrfs superblock is found which contains a
 correct checksum. Devices which are currently mounted are
 never allowed to be used as the <targetdev>.
++
 -B::::
 no background replace.
 
-- 
1.9.3


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

end of thread, other threads:[~2014-08-18  1:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-12  8:30 [PATCH] btrfs-progs: Fix a misformatting in 'man btrfs-replace' Satoru Takeuchi
2014-08-18  1:33 ` Satoru Takeuchi

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.