From: Richard Maw Date: Fri, 19 Jun 2015 15:24:36 +0000 (+0000) Subject: man: Document \: escapes in nspawn's --bind option X-Git-Tag: v225~61^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ef24e7a4f4b4d464b66fa7d3f0acaa88800d6cb;p=thirdparty%2Fsystemd.git man: Document \: escapes in nspawn's --bind option --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index f028959fca9..095f511154e 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 + \: 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 creates read-only bind mounts.