From: Richard Maw Date: Fri, 19 Jun 2015 15:24:33 +0000 (+0000) Subject: man: Document \: escapes in nspawn's --tmpfs option X-Git-Tag: v225~61^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffcd3e89d55c870c94aa15ee94dab3e029a586cf;p=thirdparty%2Fsystemd.git man: Document \: escapes in nspawn's --tmpfs option --- diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index d1e050cb897..f028959fca9 100644 --- a/man/systemd-nspawn.xml +++ b/man/systemd-nspawn.xml @@ -600,7 +600,10 @@ otherwise specified). This option is particularly useful for mounting directories such as /var as tmpfs, to allow state-less systems, in particular when - combined with . + combined with . + Backslash escapes are interpreted in the path so + \: may be used to embed colons in the path. +