diff options
author | Mike Yuan <me@yhndnzj.com> | 2024-04-02 11:11:47 +0200 |
---|---|---|
committer | Mike Yuan <me@yhndnzj.com> | 2024-04-02 11:12:55 +0200 |
commit | 9c96ffe003bec3c04d081ce1ece308c22f120199 (patch) | |
tree | b1a50397845258f3b21ce91b47118b618dfd93a6 /man | |
parent | doc(tmpfiles.d): remove deprecated `F` type (diff) | |
download | systemd-9c96ffe003bec3c04d081ce1ece308c22f120199.tar.xz systemd-9c96ffe003bec3c04d081ce1ece308c22f120199.zip |
man/tmpfiles.d: drop doubled space
Diffstat (limited to 'man')
-rw-r--r-- | man/tmpfiles.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 809cbed0cb..0aabfa625a 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -697,7 +697,7 @@ d /tmp/foo/bar - - - bmA:1h -</programlisting></para> <para>For <varname>L</varname> lines determines the destination path of the symlink. For <varname>c</varname> and <varname>b</varname>, determines the major/minor of the device node, with major and minor formatted as integers, - separated by <literal>:</literal>, e.g. <literal>1:3</literal>. For <varname>f</varname> + separated by <literal>:</literal>, e.g. <literal>1:3</literal>. For <varname>f</varname> and <varname>w</varname>, the argument may be used to specify a short string that is written to the file, suffixed by a newline. For <varname>C</varname>, specifies the source file or directory. For <varname>t</varname> and <varname>T</varname>, determines extended attributes to be set. For <varname>a</varname> and |