diff options
author | David Tardon <dtardon@redhat.com> | 2023-12-23 18:40:15 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2023-12-25 10:00:43 +0100 |
commit | 617b85d10e66cd1f572a02bb7ee8093bc45e22b9 (patch) | |
tree | 4ce83bdb8fcda9d4f1ed38ae33bdfd4a71be4afa /man/veritytab.xml | |
parent | man: add a missing space (diff) | |
download | systemd-617b85d10e66cd1f572a02bb7ee8093bc45e22b9.tar.xz systemd-617b85d10e66cd1f572a02bb7ee8093bc45e22b9.zip |
man: use <warning> for warnings
Diffstat (limited to 'man/veritytab.xml')
-rw-r--r-- | man/veritytab.xml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/man/veritytab.xml b/man/veritytab.xml index 5e444878bc..ee88528775 100644 --- a/man/veritytab.xml +++ b/man/veritytab.xml @@ -150,10 +150,11 @@ This is based on crypttab(5). <term><option>ignore-zero-blocks</option></term> <listitem><para>Instruct kernel to not verify blocks that are expected to contain zeroes and always directly - return zeroes instead. + return zeroes instead.</para> - WARNING: Use this option only in very specific cases. This option is available since Linux kernel version 4.5. - </para> + <warning> + <para>Use this option only in very specific cases. This option is available since Linux kernel version 4.5.</para> + </warning> <xi:include href="version-info.xml" xpointer="v248"/></listitem> </varlistentry> @@ -162,11 +163,12 @@ This is based on crypttab(5). <term><option>check-at-most-once</option></term> <listitem><para>Instruct kernel to verify blocks only the first time they are read from the data device, rather - than every time. + than every time.</para> - WARNING: It provides a reduced level of security because only offline tampering of the data device's content - will be detected, not online tampering. This option is available since Linux kernel version 4.17. - </para> + <warning> + <para>It provides a reduced level of security because only offline tampering of the data device's content + will be detected, not online tampering. This option is available since Linux kernel version 4.17.</para> + </warning> <xi:include href="version-info.xml" xpointer="v248"/></listitem> </varlistentry> |