X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.unit.xml;h=14ec4561b2e925fc9ca74b758c16ef81b540d445;hp=b29473afa3bb9862e24093398fc99741836eafb7;hb=b24a167b6f0f9a44686736734e6d0cec07e1efa3;hpb=36af55d99711e9accdf42d8a7df60e069f4086c0 diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index b29473afa..14ec4561b 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -352,7 +352,7 @@ unexpectedly disappear if a service terminates on its own choice, a device is unplugged or a mount point - unmounted with involvement of + unmounted without involvement of systemd. @@ -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).