]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: use better-fitting markup
authorDavid Tardon <dtardon@redhat.com>
Sat, 23 Dec 2023 17:26:34 +0000 (18:26 +0100)
committerDavid Tardon <dtardon@redhat.com>
Mon, 25 Dec 2023 09:00:43 +0000 (10:00 +0100)
man/veritytab.xml

index e58edf1a50619c0f24cc751491662495d5635121..bdeaebe02c056776f15a909a20979a37e138999b 100644 (file)
@@ -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>