From d0fd114929d3c8d5781e10e408ec178722d2f672 Mon Sep 17 00:00:00 2001 From: adrian5 Date: Thu, 3 Jun 2021 21:05:20 +0200 Subject: [PATCH] man: fix typo --- man/systemd.unit.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 552ede51f5f..03e42d5fd89 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -1405,7 +1405,7 @@ ConditionPathExists= - Check for the exists of a file. If the specified absolute path name does not exist, + Check for the existence of a file. If the specified absolute path name does not exist, the condition will fail. If the absolute path name passed to ConditionPathExists= is prefixed with an exclamation mark (!), the test is negated, and the unit is only started if the path does not