diff options
author | daurnimator <quae@daurnimator.com> | 2015-03-09 15:11:44 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-03-10 16:08:20 +0100 |
commit | 657cf7f4f8d376e082db48022d2be193ff647d06 (patch) | |
tree | 9adaa444c2e5d4d359ac02c4d93310b732d45526 /man/tmpfiles.d.xml | |
parent | cb81cd8073392936882643af0129934bf67e96c4 (diff) |
tmpfiles: port to unquote_many_words()
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 4bd0fcf751..bc98d8b948 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -118,6 +118,8 @@ d /run/user 0755 root root 10d - L /tmp/foobar - - - - /dev/null</programlisting> + <para>Fields may be enclosed within quotes and contain C-style escapes.</para> + <refsect2> <title>Type</title> |