From cb7bb815d2ad7945e63214d21cec1d70152ba6ab Mon Sep 17 00:00:00 2001 From: Markus Knetschke Date: Sat, 20 Jun 2015 17:05:48 +0200 Subject: [PATCH] fix machinectl bind man entry --- man/machinectl.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/man/machinectl.xml b/man/machinectl.xml index 50cbb1bc98..cf17349a6c 100644 --- a/man/machinectl.xml +++ b/man/machinectl.xml @@ -400,14 +400,14 @@ Bind mounts a directory from the host into the specified container. The first directory argument is the source directory on the host, the second directory argument - the source directory on the host. When the latter is omitted - the destination path in the container is the same as the - source path on the host. When combined with the - switch a ready-only bind mount is - created. When combined with the - switch the destination path is first created before the mount - is applied. Note that this option is currently only supported - for + is the destination directory in the container. When the + latter is omitted the destination path in the container is + the same as the source path on the host. When combined with + the switch a ready-only bind + mount is created. When combined with the + switch the destination path is first + created before the mount is applied. Note that this option is + currently only supported for systemd-nspawn1 containers.