diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2015-06-19 15:24:33 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2015-08-07 15:50:42 +0000 |
commit | ffcd3e89d55c870c94aa15ee94dab3e029a586cf (patch) | |
tree | f9d6ff15a31315724531f41b347a688e06eec279 /man/systemd-nspawn.xml | |
parent | 6330ee108362a419dfc8806ab6402416c793a4ca (diff) |
man: Document \: escapes in nspawn's --tmpfs option
Diffstat (limited to 'man/systemd-nspawn.xml')
-rw-r--r-- | man/systemd-nspawn.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml index d1e050cb89..f028959fca 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 <filename>/var</filename> as tmpfs, to allow state-less systems, in particular when - combined with <option>--read-only</option>.</para></listitem> + combined with <option>--read-only</option>. + Backslash escapes are interpreted in the path so + <literal>\:</literal> may be used to embed colons in the path. + </para></listitem> </varlistentry> <varlistentry> |