X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=14ec4561b2e925fc9ca74b758c16ef81b540d445;hp=968ee58be3550d76712893126dc502b5363967f7;hb=5471472d441d9ac48640f11a3b07e6a1fd6d1b63;hpb=abd41c86b51fc70ccfbe3b2bfe267ab6f2b4fcfe diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 968ee58be..14ec4561b 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -598,7 +598,7 @@ exist. ConditionDirectoryNotEmpty= is similar to ConditionPathExists= - but verifies whether a cetrain path is + but verifies whether a certain path is exists and is a non-empty directory. Similarly ConditionKernelCommandLine= @@ -607,7 +607,7 @@ set (or if prefixed with the exclamation mark unset). The argument must either be a single word, or an - assignment (i.e. two words, seperated + assignment (i.e. two words, separated by the equality sign). In the former case the kernel command line is searched for the word appearing as is, @@ -624,7 +624,7 @@ will always fail, otherwise succeed. If multiple conditions are specified the unit will be executed - iff at least one of them applies + if at least one of them applies (i.e. a logical OR is applied).