diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-04-18 16:43:25 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-04-18 18:10:50 +0200 |
commit | d72835f8199d3daa9b600eae70696f280d952860 (patch) | |
tree | 2438dca84260037351d350c47ecf62956cb69151 | |
parent | Merge pull request #32328 from YHNdnzj/deserialize-objective (diff) | |
download | systemd-d72835f8199d3daa9b600eae70696f280d952860.tar.xz systemd-d72835f8199d3daa9b600eae70696f280d952860.zip |
man/systemd-stub: fix typo
-rw-r--r-- | man/systemd-stub.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-stub.xml b/man/systemd-stub.xml index 756654854e..6a65ac33f8 100644 --- a/man/systemd-stub.xml +++ b/man/systemd-stub.xml @@ -185,7 +185,7 @@ configuration.</para> <para>In case Secure Boot is enabled, these files will be validated using keys in UEFI DB, Shim's DB or - Shim's MOK, and will be rejected otherwise. Additionally, if the both the addon and the UKI contain a a + Shim's MOK, and will be rejected otherwise. Additionally, if both the addon and the UKI contain a <literal>.uname</literal> section, the addon will be rejected if they do not match exactly. It is recommended to always add a <literal>.sbat</literal> section to all signed addons, so that they may be revoked with a SBAT policy update, without requiring blocklisting via DBX/MOKX. The |