Satoru Takeuchi
2014-Aug-12 08:30 UTC
[PATCH] btrfs-progs: Fix a misformatting in 'man btrfs-replace'
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 -- 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