From dfb210c8fb5485d6ca740d2cbe2e1496cb7704f4 Mon Sep 17 00:00:00 2001 From: Mike Yuan Date: Wed, 15 Nov 2023 22:28:52 +0800 Subject: [PATCH] man/systemd-creds: fix a typo --- man/systemd-creds.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-creds.xml b/man/systemd-creds.xml index d48f667b8b2..0c9a9854708 100644 --- a/man/systemd-creds.xml +++ b/man/systemd-creds.xml @@ -38,9 +38,9 @@ processes. They are primarily used for passing cryptographic keys (both public and private) or certificates, user account information or identity information from the host to services. - Credentials are configured in unit files via the ImportCredential>, + Credentials are configured in unit files via the ImportCredential=, LoadCredential=, SetCredential=, - LoadCredentialEncrypted= and SetCredentialEncrypted= settings, see + LoadCredentialEncrypted=, and SetCredentialEncrypted= settings, see systemd.exec5 for details. -- 2.47.3