Merge pull request #304 from mknjc/master

fix machinectl bind man entry
This commit is contained in:
Daniel Mack 2015-06-21 11:32:12 +02:00
commit 678d0c9033

View file

@ -400,14 +400,14 @@
<listitem><para>Bind mounts a directory from the host into the <listitem><para>Bind mounts a directory from the host into the
specified container. The first directory argument is the specified container. The first directory argument is the
source directory on the host, the second directory argument source directory on the host, the second directory argument
the source directory on the host. When the latter is omitted is the destination directory in the container. When the
the destination path in the container is the same as the latter is omitted the destination path in the container is
source path on the host. When combined with the the same as the source path on the host. When combined with
<option>--read-only</option> switch a ready-only bind mount is the <option>--read-only</option> switch a ready-only bind
created. When combined with the <option>--mkdir</option> mount is created. When combined with the
switch the destination path is first created before the mount <option>--mkdir</option> switch the destination path is first
is applied. Note that this option is currently only supported created before the mount is applied. Note that this option is
for currently only supported for
<citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry> <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>
containers.</para></listitem> containers.</para></listitem>
</varlistentry> </varlistentry>