]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs/CREDENTIALS: fix confusion of i.e. and e.g.
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Jun 2023 09:03:39 +0000 (11:03 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 19 Jun 2023 11:36:30 +0000 (13:36 +0200)
docs/CREDENTIALS.md

index 2f6bdd44b2e936320b903671538565c611fc7723..50100cc5b6193b22062bdcf3de392dd7a493974c 100644 (file)
@@ -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