summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradrian5 <adrian5@users.noreply.github.com>2021-06-03 21:05:20 +0200
committerLennart Poettering <lennart@poettering.net>2021-06-03 22:10:36 +0200
commitd0fd114929d3c8d5781e10e408ec178722d2f672 (patch)
treed585293777fb8c200b6d07f3b48c5b80f3c88dec
parent92ca7e052d7e794ef6785eb28b40cf57a5b689f2 (diff)
downloadsystemd-d0fd114929d3c8d5781e10e408ec178722d2f672.tar.gz
man: fix typo
-rw-r--r--man/systemd.unit.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index 552ede51f5..03e42d5fd8 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -1405,7 +1405,7 @@
<varlistentry>
<term><varname>ConditionPathExists=</varname></term>
- <listitem><para>Check for the exists of a file. If the specified absolute path name does not exist,
+ <listitem><para>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
<varname>ConditionPathExists=</varname> is prefixed with an exclamation mark
(<literal>!</literal>), the test is negated, and the unit is only started if the path does not