From 42c50fdf316ab2da398338e5c9e7caa987244792 Mon Sep 17 00:00:00 2001 From: Martin Joerg Date: Mon, 20 Nov 2023 11:04:21 +0100 Subject: [PATCH] man: Fix example for systemd-run --- man/systemd-run.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd-run.xml b/man/systemd-run.xml index d5a9ca6..5be9823 100644 --- a/man/systemd-run.xml +++ b/man/systemd-run.xml @@ -622,7 +622,7 @@ There is a screen on: by the shell (single quotes). echo1 is called with [/usr/bin/echo, - [], [${INVOCATION_ID}]] as the argument array, and then + <>, <${INVOCATION_ID}>] as the argument array, and then systemd1 generates ${INVOCATION_ID} and substitutes it in the command-line. This substitution could not be done on the client side, because the target ID that will be set for the service isn't -- 2.7.4