From 6e0abf5fb3f71dcdfbe13c2f48ff02340406a826 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Fri, 15 Mar 2024 04:03:57 +0900 Subject: [PATCH] docs: fix typo Follow-up for 34c6b7d9de64e357071005ec49e88d2354cc4e8a. --- docs/VM_INTERFACE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VM_INTERFACE.md b/docs/VM_INTERFACE.md index 45a4c44075..abe7067331 100644 --- a/docs/VM_INTERFACE.md +++ b/docs/VM_INTERFACE.md @@ -19,7 +19,7 @@ please consider supporting the following interfaces. and `SetCredential=` settings. These credentials may be passed into a system via SMBIOS Type 11 vendor strings, see [systemd(1)](https://www.freedesktop.org/software/systemd/man/latest/systemd.html) - for details. This concept may be used to flexibily configure various facets + for details. This concept may be used to flexibly configure various facets ot the guest system. See [systemd.system-credentials(7)](https://www.freedesktop.org/software/systemd/man/latest/systemd.system-credentials.html) for a list of system credentials implemented by various systemd components.