diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-02-21 18:57:47 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-02-21 19:22:24 +0100 |
commit | f7be6ffa926a0b81495ee201aba933824ab417a4 (patch) | |
tree | b13ec45da521edda63ef40c83038ee906590e076 /man | |
parent | b8e7a47baf10683f59bf848abd300b45cd5042f2 (diff) |
man: split settings documentaiton in systemd.unit(5) into two sections
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.unit.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml index 4445c74101..07a73fd923 100644 --- a/man/systemd.unit.xml +++ b/man/systemd.unit.xml @@ -350,7 +350,7 @@ </refsect1> <refsect1> - <title>Options</title> + <title>[Unit] Section Options</title> <para>Unit file may include a [Unit] section, which carries generic information about the unit that is not @@ -1167,6 +1167,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[Install] Section Options</title> + <para>Unit file may include a [Install] section, which carries installation information for the unit. This section is not interpreted by |