diff --git a/Documentation/btrfs-convert.rst b/Documentation/btrfs-convert.rst index 01187c4d..2cbea01c 100644 --- a/Documentation/btrfs-convert.rst +++ b/Documentation/btrfs-convert.rst @@ -48,7 +48,7 @@ OPTIONS .. code-block:: bash - btrfs-convert -O list-all+ + btrfs-convert -O list-all -p|--progress show progress of conversion (a heartbeat indicator and number of inodes diff --git a/Documentation/btrfs-man5.rst b/Documentation/btrfs-man5.rst index d5d23991..5631f908 100644 --- a/Documentation/btrfs-man5.rst +++ b/Documentation/btrfs-man5.rst @@ -41,7 +41,7 @@ at mkfs time only This is namely for core structures, like the b-tree nodesize or checksum algorithm, see :doc:`mkfs.btrfs(8)` for more details. -after mkfs, on an unmounted filesystem:: +after mkfs, on an unmounted filesystem Features that may optimize internal structures or add new structures to support new functionality, see :doc:`btrfstune(8)`. The command **btrfs inspect-internal dump-super /dev/sdx** will dump a superblock, you can map the value of diff --git a/Documentation/btrfs-send.rst b/Documentation/btrfs-send.rst index f58b9231..d8def128 100644 --- a/Documentation/btrfs-send.rst +++ b/Documentation/btrfs-send.rst @@ -55,7 +55,7 @@ please see section *SUBVOLUME FLAGS* in :doc:`btrfs-subvolume(8)