summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-03-31 00:12:20 +0200
committerDavid Sterba <dsterba@suse.com>2018-03-31 00:13:23 +0200
commitd0aafc51e4d1fcfd37e80712ba7b404ddde2a7d6 (patch)
treefad642474b2267f674ae4e7c65f22b721a49b1ff
parentfeccd7a8180f3f0f48ca23692ad5f71783163450 (diff)
downloadbtrfs-progs-d0aafc51e4d1fcfd37e80712ba7b404ddde2a7d6.tar.gz
btrfs-progs-d0aafc51e4d1fcfd37e80712ba7b404ddde2a7d6.tar.bz2
btrfs-progs-d0aafc51e4d1fcfd37e80712ba7b404ddde2a7d6.zip
btrfs-progs: docs: fix typos
A few more typo fixes, merged with the pull request. Pull-request: #120 Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
-rw-r--r--Documentation/btrfs-device.asciidoc4
-rw-r--r--Documentation/btrfs-filesystem.asciidoc2
2 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfs-device.asciidoc b/Documentation/btrfs-device.asciidoc
index 223ade5c..04d31503 100644
--- a/Documentation/btrfs-device.asciidoc
+++ b/Documentation/btrfs-device.asciidoc
@@ -124,7 +124,7 @@ statistics and the meaning.
Print the stats and reset the values to zero afterwards.
-c|--check::::
-Check if the stats are all zeros and return 0 it this is so. Set bit 6 of the
+Check if the stats are all zeros and return 0 if it is so. Set bit 6 of the
return code if any of the statistics is no-zero. The error values is 65 if
reading stats from at least one device failed, otherwise it's 64.
@@ -190,7 +190,7 @@ there's enough workspace for the conversion process, we can do:
$ btrfs balance start -mconvert=raid1 /mnt
-This operation can take a while, because al metadata have to be moved and all
+This operation can take a while, because all metadata have to be moved and all
block pointers updated. Depending on the physical locations of the old and new
blocks, the disk seeking is the key factor affecting performance.
diff --git a/Documentation/btrfs-filesystem.asciidoc b/Documentation/btrfs-filesystem.asciidoc
index 13c2d7cc..f0a9ba4d 100644
--- a/Documentation/btrfs-filesystem.asciidoc
+++ b/Documentation/btrfs-filesystem.asciidoc
@@ -3,7 +3,7 @@ btrfs-filesystem(8)
NAME
----
-btrfs-filesystem - command group othat primarily does work on the whole filesystems
+btrfs-filesystem - command group that primarily does work on the whole filesystems
SYNOPSIS
--------