From 28b9c60de778ea16d656f56fe6fea48519c20efd Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 30 Oct 2025 22:20:36 +0100 Subject: [PATCH] nspawn: Fix docs (cherry picked from commit 097b6d3f662c9c2917360ea779bc531039ba96f1) --- man/systemd-nspawn.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index d11f7ed934c..4e019ee732e 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -1601,7 +1601,7 @@ After=sys-subsystem-net-devices-ens1.device Binds the home directory of the specified user on the host into the container. Takes the name of an existing user on the host as argument. May be used multiple times to bind multiple - users into the container. This does three things: + users into the container. This does two things: The user's home directory is bind mounted from the host into @@ -1616,7 +1616,7 @@ After=sys-subsystem-net-devices-ens1.device user/group databases. - The combination of the three operations above ensures that it is possible to log into the + The combination of the two operations above ensures that it is possible to log into the container using the same account information as on the host. The user is only mapped transiently, while the container is running, and the mapping itself does not result in persistent changes to the container (except maybe for log messages generated at login time, and similar). Note that in -- 2.47.3