From 29a5ffb82bd883da98bfaf7ebcd036e9a07ab12c Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Mon, 23 Feb 2026 09:38:09 +0100 Subject: [PATCH] man/systemd.mstack: use instead of Otherwise, `location` is rendered: ``` [2365/2925] Generating man/systemd.mstack.7 with a custom command Element variable in namespace '' encountered in para, but no template matches. ``` --- man/systemd.mstack.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.mstack.xml b/man/systemd.mstack.xml index 03e41afcfec..b0d6d5f5453 100644 --- a/man/systemd.mstack.xml +++ b/man/systemd.mstack.xml @@ -50,7 +50,7 @@ they be missing. A bind@location/ directory will be bind - mounted to the mount point indicated by the location identifier, in read-write + mounted to the mount point indicated by the location identifier, in read-write fashion. The location is encoded via the same escaping logic used for naming .mount units, i.e. slashes become dashes. -- 2.47.3