diff options
author | Bryan Gurney <bgurney@redhat.com> | 2019-10-07 19:24:49 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-10-10 19:37:16 +0200 |
commit | 0a6f33dba4ee91f4e00f46510d94277bdd4260da (patch) | |
tree | 311f505e0d2682a7503d07a9aac6d328e62db23c /Documentation/admin-guide/device-mapper/index.rst | |
parent | docs: admin-guide: fix printk_ratelimit explanation (diff) | |
download | linux-0a6f33dba4ee91f4e00f46510d94277bdd4260da.tar.xz linux-0a6f33dba4ee91f4e00f46510d94277bdd4260da.zip |
dm dust: convert documentation to ReST
Convert the dm-dust documentation to ReST formatting, using literal
blocks for all of the shell command, shell output, and log output
examples.
Add dm-dust to index.rst.
Additionally, fix an annotation in the "querying for specific bad
blocks" section, on the "queryblock ... not found in badblocklist"
example, to properly state that the message appears when a given
block is not found.
Signed-off-by: Bryan Gurney <bgurney@redhat.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/device-mapper/index.rst')
-rw-r--r-- | Documentation/admin-guide/device-mapper/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/admin-guide/device-mapper/index.rst b/Documentation/admin-guide/device-mapper/index.rst index c77c58b8f67b..4872fb6d2952 100644 --- a/Documentation/admin-guide/device-mapper/index.rst +++ b/Documentation/admin-guide/device-mapper/index.rst @@ -9,6 +9,7 @@ Device Mapper cache delay dm-crypt + dm-dust dm-flakey dm-init dm-integrity |