diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-05-01 08:43:32 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-05-01 08:43:32 +0200 |
commit | 13e380b05476d153fbe3d3645c9e8f04fbf08d8d (patch) | |
tree | 10ed726b165574b8bb71b133575203dbed83066c /man/run0.xml | |
parent | core: Fix file descriptor leak (diff) | |
download | systemd-13e380b05476d153fbe3d3645c9e8f04fbf08d8d.tar.xz systemd-13e380b05476d153fbe3d3645c9e8f04fbf08d8d.zip |
man/run0: fix typo (missing "by")
Diffstat (limited to 'man/run0.xml')
-rw-r--r-- | man/run0.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/run0.xml b/man/run0.xml index 09e5620cce..478af8a90b 100644 --- a/man/run0.xml +++ b/man/run0.xml @@ -39,8 +39,8 @@ <itemizedlist> <listitem><para>No execution or security context credentials are inherited from the caller into the - invoked commands, as they are invoked from a fresh, isolated service forked off the service - manager.</para></listitem> + invoked commands, as they are invoked from a fresh, isolated service forked off by the service manager. + </para></listitem> <listitem><para>Authentication takes place via <ulink url="https://www.freedesktop.org/wiki/Software/polkit">polkit</ulink>, thus isolating the |