From: Zbigniew Jędrzejewski-Szmek Date: Thu, 15 Jun 2023 09:03:39 +0000 (+0200) Subject: docs/CREDENTIALS: fix confusion of i.e. and e.g. X-Git-Tag: v254-rc1~172^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5811490a3f3802c3e4980efe0b7e2d3105d3c505;p=thirdparty%2Fsystemd.git docs/CREDENTIALS: fix confusion of i.e. and e.g. --- diff --git a/docs/CREDENTIALS.md b/docs/CREDENTIALS.md index 2f6bdd44b2e..50100cc5b61 100644 --- a/docs/CREDENTIALS.md +++ b/docs/CREDENTIALS.md @@ -78,7 +78,7 @@ Within unit files, there are four settings to configure service credentials. 2. `SetCredential=` may be used to set a credential to a literal string encoded in the unit file. Because unit files are world-readable (both on disk and via D-Bus), this should only be used for credentials that aren't sensitive, - i.e. public keys/certificates – but not private keys. + e.g. public keys or certificates, but not private keys. 3. `LoadCredentialEncrypted=` is similar to `LoadCredential=` but will load an encrypted credential, and decrypt it before passing it to the service. For