diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-11-19 16:14:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-11-19 16:14:52 +0100 |
commit | 88aebb62656b4d5bac96cf2e5a5c85ee409d81a7 (patch) | |
tree | c6b64d7a9427bdc01889c35ede9898de5f30883a | |
parent | e9ecea880571e520c60fae2dd2f10fcfd7dd1ab8 (diff) |
man: reorder things to follow the same order everywhere
-rw-r--r-- | man/tmpfiles.d.xml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 9a749918ef..7bdb6de0b0 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -65,30 +65,11 @@ containing action, mode, ownership and age fields:</para> - <programlisting>type path mode uid gid age + <programlisting>Type Path Mode UID GID Age d /var/run/user 0755 root root 10d</programlisting> <refsect2> - <title>mode</title> - - <para>The file access mode to use for this - file or directory. If ommited or when set to - - the default is used: 0755 for directories, - 0644 for files.</para> - </refsect2> - - <refsect2> - <title>uid, gid</title> - - <para>The user and group to use for this file - or directory. This may either be a numeric - user/group ID or a user or group name. If - ommited or when set to - the default 0 is - used.</para> - </refsect2> - - <refsect2> - <title>type</title> + <title>Type</title> <variablelist> <varlistentry> <term><varname>f</varname></term> @@ -128,7 +109,26 @@ d /var/run/user 0755 root root 10d</programlisting> </refsect2> <refsect2> - <title>age</title> + <title>Mode</title> + + <para>The file access mode to use for this + file or directory. If ommited or when set to - + the default is used: 0755 for directories, + 0644 for files.</para> + </refsect2> + + <refsect2> + <title>UID, GID</title> + + <para>The user and group to use for this file + or directory. This may either be a numeric + user/group ID or a user or group name. If + ommited or when set to - the default 0 is + used.</para> + </refsect2> + + <refsect2> + <title>Age</title> <para>The date field, when set, is used to decide what files to delete when cleaning. If a file or directory is older than the current |