diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-06-19 15:24:40 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2015-08-07 15:50:43 +0000 |
commit | 2eadf91ca15a982adf71b86e6ee035ac368e74bc (patch) | |
tree | 4077601002a4c47a27e6eda25717596836f95107 | |
parent | 62f9f39a455204fac698f702a1369bd6fdbdbf9d (diff) |
man: Document \: escapes in nspawn's --overlay option
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index 095f511154..4966749259 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -617,6 +617,10 @@ list of colon-separated paths to the directory trees to combine and the destination mount point.</para> + <para>Backslash escapes are interpreted in the paths, so + <literal>\:</literal> may be used to embed colons in the paths. + </para> + <para>If three or more paths are specified, then the last specified path is the destination mount point in the container, all paths specified before refer to directory trees |