From: Mike Yuan Date: Wed, 15 Nov 2023 14:28:52 +0000 (+0800) Subject: man/systemd-creds: fix a typo X-Git-Tag: v255-rc2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dfb210c8fb5485d6ca740d2cbe2e1496cb7704f4;p=thirdparty%2Fsystemd.git man/systemd-creds: fix a typo --- 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.