<listitem><para>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:</para>
+ users into the container. This does two things:</para>
<orderedlist>
<listitem><para>The user's home directory is bind mounted from the host into
user/group databases.</para></listitem>
</orderedlist>
- <para>The combination of the three operations above ensures that it is possible to log into the
+ <para>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