diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-27 20:42:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-27 20:50:08 +0200 |
commit | 102bd40e1ed71c7ab980a90435a1c23d4c786c63 (patch) | |
tree | 71cd8c495b45e028b2b742d6be96dc677773b914 /man/systemd.link.xml | |
parent | fed515f0a845a2ce387cb2d1fcac1ca36b5bac46 (diff) |
man: split systemd.network(5) and related into various sections for better readability
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml index f73182aca9..05effc3b71 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -76,6 +76,10 @@ <literal>[Link]</literal> section specifying how the device should be configured. The first (in lexical order) of the link files that matches a given device is applied.</para> + </refsect1> + + <refsect1> + <title>[Match] Section Options</title> <para>A link file is said to match a device if each of the entries in the <literal>[Match]</literal> section matches, or if the section is empty. @@ -156,6 +160,11 @@ </varlistentry> </variablelist> + </refsect1> + + <refsect1> + <title>[Link] Section Options</title> + <para>The <literal>[Link]</literal> section accepts the following keys:</para> |