From 072018096dd92d40d11f0b5f8fc9fa3eefe86192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20M=C3=A9ndez=20Hern=C3=A1ndez?= Date: Sun, 22 Feb 2026 23:05:48 +0100 Subject: [PATCH] docs(podman-systemd.unit.5.md): Fix variable syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix variable syntax when referencing UID. Signed-off-by: Pablo Méndez Hernández --- docs/source/markdown/podman-systemd.unit.5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/markdown/podman-systemd.unit.5.md b/docs/source/markdown/podman-systemd.unit.5.md index 1f1b90d4f6..e6272cea9a 100644 --- a/docs/source/markdown/podman-systemd.unit.5.md +++ b/docs/source/markdown/podman-systemd.unit.5.md @@ -30,7 +30,7 @@ Quadlet files for non-root users can be placed in the following directories: * $XDG_RUNTIME_DIR/containers/systemd/ * $XDG_CONFIG_HOME/containers/systemd/ or ~/.config/containers/systemd/ - * /etc/containers/systemd/users/$(UID) + * /etc/containers/systemd/users/${UID} * /etc/containers/systemd/users/ ### Using symbolic links