diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-06-19 17:24:36 +0200 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2015-08-07 17:50:43 +0200 |
commit | 8ef24e7a4f4b4d464b66fa7d3f0acaa88800d6cb (patch) | |
tree | f5a4b63d112104e186a6a5c412f568219a2533fa /man/systemd-nspawn.xml | |
parent | nspawn: Allow : characters in nspawn --bind paths (diff) | |
download | systemd-8ef24e7a4f4b4d464b66fa7d3f0acaa88800d6cb.tar.xz systemd-8ef24e7a4f4b4d464b66fa7d3f0acaa88800d6cb.zip |
man: Document \: escapes in nspawn's --bind option
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f028959fca..095f511154 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -581,7 +581,9 @@ same path in the container --, or a colon-separated pair of paths -- in which case the first specified path is the source in the host, and the second path is the destination in the - container. This option may be specified multiple times for + container. Backslash escapes are interpreted so + <literal>\:</literal> may be used to embed colons in either path. + This option may be specified multiple times for creating multiple independent bind mount points. The <option>--bind-ro=</option> option creates read-only bind mounts.</para></listitem> |