summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-06 09:05:12 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-08-19 10:17:46 +0200
commitbcf09321c95c7d49b0f36def26d73dd0c3696f88 (patch)
tree2fc4ab84e74c45b02010c345e29c19cec1118e75
parentMerge pull request #13344 from ddstreet/test-functions (diff)
downloadsystemd-bcf09321c95c7d49b0f36def26d73dd0c3696f88.tar.xz
systemd-bcf09321c95c7d49b0f36def26d73dd0c3696f88.zip
man: owned to → owned by
-rw-r--r--man/systemd-nspawn.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 9f0be96b26..db3f10c3a2 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -713,10 +713,10 @@
<varlistentry>
<term><option>--private-users-chown</option></term>
- <listitem><para>If specified, all files and directories in the container's directory tree will adjusted so that
- they are owned to the appropriate UIDs/GIDs selected for the container (see above). This operation is
- potentially expensive, as it involves descending and iterating through the full directory tree of the
- container. Besides actual file ownership, file ACLs are adjusted as well.</para>
+ <listitem><para>If specified, all files and directories in the container's directory tree will be
+ adjusted so that they are owned by the appropriate UIDs/GIDs selected for the container (see above).
+ This operation is potentially expensive, as it involves iterating through the full directory tree of
+ the container. Besides actual file ownership, file ACLs are adjusted as well.</para>
<para>This option is implied if <option>--private-users=pick</option> is used. This option has no effect if
user namespacing is not used.</para></listitem>