diff options
Diffstat (limited to 'man/tmpfiles.d.xml')
-rw-r--r-- | man/tmpfiles.d.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index e54f1ba5c3..20ed803a52 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -184,6 +184,11 @@ L /tmp/foobar - - - - /dev/null</programlisting> </varlistentry> <varlistentry> + <term><varname>C</varname></term> + <listitem><para>Recursively copy a file or directory, if the destination files or directories don't exist yet.</para></listitem> + </varlistentry> + + <varlistentry> <term><varname>m</varname></term> <listitem><para>If the specified file path exists, @@ -446,8 +451,10 @@ r! /tmp/.X[0-9]*-lock</programlisting> <varname>f</varname>, <varname>F</varname>, and <varname>w</varname> may be used to specify a short string that is written to the - file, suffixed by a newline. Ignored for all - other lines.</para> + file, suffixed by a newline. For + <varname>C</varname> specifies the source file + or directory. Ignored for all other + lines.</para> </refsect2> </refsect1> |