From: Jakub Wilk Date: Mon, 4 Sep 2017 13:25:59 +0000 (+0200) Subject: man: fix typos (#6739) X-Git-Tag: v235~174 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ee905de0d60f05c99fb49f71d1c4af2d7e3f3134;p=platform%2Fupstream%2Fsystemd.git man: fix typos (#6739) --- diff --git a/man/systemd.service.xml b/man/systemd.service.xml index 9863532..c6fa0ed 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -330,7 +330,7 @@ !! - This prefix is very similar to !!, however it only has an effect on systems lacking support for ambient process capabilities, i.e. without support for AmbientCapabilities=. It's intended to be used for unit files that take benefit of ambient capabilities to run processes with minimal privileges wherever possible while remaining compatible with systems that lack ambient capabilities support. Note that when !! is used, and a system lacking ambient capability support is detected any configured SystemCallFilter= and CapabilityBoundingSet= stanzas are implicitly modified, in order to permit spawned processes to drop credentials and capabilites themselves, even if this is configured to not be allowed. Moreover, if this prefix is used and a system lacking ambient capability support is detected AmbientCapabilities= will be skipped and not be applied. On systems supporting ambient capabilities, !! has no effect and is redundant. + This prefix is very similar to !!, however it only has an effect on systems lacking support for ambient process capabilities, i.e. without support for AmbientCapabilities=. It's intended to be used for unit files that take benefit of ambient capabilities to run processes with minimal privileges wherever possible while remaining compatible with systems that lack ambient capabilities support. Note that when !! is used, and a system lacking ambient capability support is detected any configured SystemCallFilter= and CapabilityBoundingSet= stanzas are implicitly modified, in order to permit spawned processes to drop credentials and capabilities themselves, even if this is configured to not be allowed. Moreover, if this prefix is used and a system lacking ambient capability support is detected AmbientCapabilities= will be skipped and not be applied. On systems supporting ambient capabilities, !! has no effect and is redundant. @@ -338,7 +338,7 @@ @, -, and one of +/!/!! may be used together and they can appear in any - order. However, only one of +, !, !! may be used a at + order. However, only one of +, !, !! may be used at a time. Note that these prefixes are also supported for the other command line settings, i.e. ExecStartPre=, ExecStartPost=, ExecReload, ExecStop= and ExecStopPost=.