diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 98ce1529de..1ef6567e48 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -806,7 +806,13 @@
are allowed, controlling whether to create a recursive or a regular bind
mount. Defaults to "rbind". Backslash escapes are interpreted, so \: may be used to embed
colons in either path. This option may be specified multiple times for creating multiple independent bind
- mount points. The option creates read-only bind mounts.
+ mount points. The option creates read-only bind mounts.
+
+ Note that when this option is used in combination with , the resulting
+ mount points will be owned by the nobody user. That's because the mount and its files and
+ directories continue to be owned by the relevant host users and groups, which do not exist in the container,
+ and thus show up under the wildcard UID 65534 (nobody). If such bind mounts are created, it is recommended to
+ make them read-only, using .