diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 18:26:34 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-25 10:00:43 +0100 |
commit | 28ed1ba9bd54cfc564a6356f577040faae252325 (patch) | |
tree | e95515d332e62caa6ce4d2c844d056a4398a4279 /man/veritytab.xml | |
parent | man: use <simplelist> at one more place (diff) | |
download | systemd-28ed1ba9bd54cfc564a6356f577040faae252325.tar.xz systemd-28ed1ba9bd54cfc564a6356f577040faae252325.zip |
man: use better-fitting markup
Diffstat (limited to '')
-rw-r--r-- | man/veritytab.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/veritytab.xml b/man/veritytab.xml index e58edf1a50..bdeaebe02c 100644 --- a/man/veritytab.xml +++ b/man/veritytab.xml @@ -48,12 +48,12 @@ This is based on crypttab(5). below <filename>/dev/mapper/</filename>.</para> <para>The second field contains a path to the underlying block data device, or a specification of a block device via - <literal>UUID=</literal> followed by the UUID.</para> + <varname>UUID=</varname> followed by the UUID.</para> <para>The third field contains a path to the underlying block hash device, or a specification of a block device via - <literal>UUID=</literal> followed by the UUID.</para> + <varname>UUID=</varname> followed by the UUID.</para> - <para>The fourth field is the <literal>roothash</literal> in hexadecimal.</para> + <para>The fourth field is the <replaceable>roothash</replaceable> in hexadecimal.</para> <para>The fifth field, if present, is a comma-delimited list of options. The following options are recognized:</para> @@ -137,9 +137,9 @@ This is based on crypttab(5). <term><option>panic-on-corruption</option></term> <listitem><para>Defines what to do if a data verity problem is detected (data corruption). Without these - options kernel fails the IO operation with I/O error. With <literal>--ignore-corruption</literal> option the - corruption is only logged. With <literal>--restart-on-corruption</literal> or - <literal>--panic-on-corruption</literal> the kernel is restarted (panicked) immediately. + options kernel fails the IO operation with I/O error. With <option>--ignore-corruption</option> option the + corruption is only logged. With <option>--restart-on-corruption</option> or + <option>--panic-on-corruption</option> the kernel is restarted (panicked) immediately. (You have to provide way how to avoid restart loops.)</para> |