btrfs-progs: docs: remove some asciidoc formatting artifacts

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2022-09-23 11:48:45 +02:00
parent 2d039cc815
commit 3d6dba10de
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)<mkfs.btrfs>` 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)<btrfstune>`. The command **btrfs inspect-internal
dump-super /dev/sdx** will dump a superblock, you can map the value of

View File

@ -55,7 +55,7 @@ please see section *SUBVOLUME FLAGS* in :doc:`btrfs-subvolume(8)<btrfs-subvolume
example, piped to btrfs receive. Use this option to write it to a file
instead.
--no-data::
--no-data
send in *NO_FILE_DATA* mode
The output stream does not contain any file data and thus cannot be

View File

@ -17,7 +17,7 @@ XXHASH (64bit digest)
can be used as CRC32C successor, very fast, optimized for modern CPUs utilizing
instruction pipelining, good collision resistance and error detection
SHA256 (256bit digest)::
SHA256 (256bit digest)
a cryptographic-strength hash, relatively slow but with possible CPU
instruction acceleration or specialized hardware cards, FIPS certified and
in wide use