[systemd-devel] [PATCH 3/9] man: Document \: escapes in nspawn's --tmpfs option

Richard Maw richard.maw at codethink.co.uk
Thu May 28 05:02:09 PDT 2015


From: Richard Maw <richard.maw at gmail.com>

---
 man/systemd-nspawn.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/man/systemd-nspawn.xml b/man/systemd-nspawn.xml
index 06285ed..49f3e13 100644
--- a/man/systemd-nspawn.xml
+++ b/man/systemd-nspawn.xml
@@ -597,7 +597,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>
-- 
1.9.1



More information about the systemd-devel mailing list