From e4d54220a1ffa6629c0aad717a8b7601c0319657 Mon Sep 17 00:00:00 2001 From: Tyler Hicks Date: Sun, 21 Feb 2021 12:53:22 -0600 Subject: [PATCH] man: correct the unit file directory for attached images Commit 83f72cd65fb8 ("man,docs: document the new unit file directory for attached images") updated the docs and man page with the new unit file directory for attached images but included a system.attached -> systemd.attached typo in the man page portion of the change. Fix the typo to document the correct path. --- man/systemd.unit.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index da350844bd7..399de76d4ae 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -45,9 +45,9 @@ /run/systemd/transient/* /run/systemd/generator.early/* /etc/systemd/system/* -/etc/systemd/systemd.attached/* +/etc/systemd/system.attached/* /run/systemd/system/* -/run/systemd/systemd.attached/* +/run/systemd/system.attached/* /run/systemd/generator/* /usr/lib/systemd/system/*