From 102bd40e1ed71c7ab980a90435a1c23d4c786c63 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jun 2014 20:42:36 +0200 Subject: man: split systemd.network(5) and related into various sections for better readability --- man/systemd.link.xml | 9 +++++++++ man/systemd.netdev.xml | 20 ++++++++++++++++++++ man/systemd.network.xml | 21 +++++++++++++++++++++ 3 files changed, 50 insertions(+) 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 @@ [Link] section specifying how the device should be configured. The first (in lexical order) of the link files that matches a given device is applied. + + + + [Match] Section Options A link file is said to match a device if each of the entries in the [Match] section matches, or if the section is empty. @@ -156,6 +160,11 @@ + + + + [Link] Section Options + The [Link] section accepts the following keys: diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index c17ae9eb22..bf1d24e0af 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -78,6 +78,11 @@ /usr/lib, pointing to /dev/null, disables the configuration file entirely. + + + + [Match] Section Options + A virtual network device is only created if the [Match] section matches the current environment, or if the section is empty. The following keys are accepted: @@ -127,6 +132,11 @@ + + + + [NetDev] Section Options + The [NetDev] section accepts the following keys: @@ -149,6 +159,11 @@ + + + + [VLAN] Section Options + The [VLAN] section only applies for netdevs of kind vlan, and accepts the following key: @@ -162,6 +177,11 @@ + + + + [MACVLAN] Section Options + The [MACVLAN] section only applies for netdevs of kind macvlan, and accepts the following key: diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 349ccc5dc9..8b2dd2f1de 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -78,6 +78,11 @@ /usr/lib, pointing to /dev/null, disables the configuration file entirely. + + + + [Match] Section Options + The network file contains a [Match] section, which determines if a given network file may be applied to a given device; and a [Network] section specifying how the device should @@ -172,6 +177,11 @@ + + + + [Network] Section Options + The [Network] section accepts the following keys: @@ -294,6 +304,11 @@ + + + + [Address] Section Options + An [Address] section accepts the following keys. Specify several [Address] sections to configure several addresses. @@ -321,7 +336,10 @@ + + + [Route] Section Options The [Route] section accepts the following keys. Specify several [Route] sections to configure several routes. @@ -340,7 +358,10 @@ + + + [DHCPv4] Section Options The [DHCPv4] section accepts the following keys: -- cgit v1.2.3-54-g00ecf