summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-19 15:27:41 +0100
committerGitHub <noreply@github.com>2021-02-19 15:27:41 +0100
commit04955f7c617b68ebcfdcba6ed53585742f613001 (patch)
tree9decdb60e768c6d71c02679e76b848f5e5c3cb85 /src
parent5800f0fc682baccb24ae076b3ffea0a548812486 (diff)
parentd80961720cd8e0223598e71989b55f5827bedb20 (diff)
downloadsystemd-04955f7c617b68ebcfdcba6ed53585742f613001.tar.gz
Merge pull request #18694 from keszybz/links-and-syntax-highlighting
Links and syntax highlighting
Diffstat (limited to 'src')
-rw-r--r--src/basic/efivars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/efivars.c b/src/basic/efivars.c
index 8e8d5f1d0b..26d34bb94f 100644
--- a/src/basic/efivars.c
+++ b/src/basic/efivars.c
@@ -343,7 +343,7 @@ int cache_efi_options_variable(void) {
int r;
/* In SecureBoot mode this is probably not what you want. As your cmdline is cryptographically signed
- * like when using Type #2 EFI Unified Kernel Images (https://systemd.io/BOOT_LOADER_SPECIFICATION/)
+ * like when using Type #2 EFI Unified Kernel Images (https://systemd.io/BOOT_LOADER_SPECIFICATION)
* The user's intention is then that the cmdline should not be modified. You want to make sure that
* the system starts up as exactly specified in the signed artifact.
*