From: Yu Watanabe Date: Wed, 10 Nov 2021 01:57:18 +0000 (+0900) Subject: man: use include directive for [Match] section X-Git-Tag: v250-rc1~317^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F21287%2Fhead;p=thirdparty%2Fsystemd.git man: use include directive for [Match] section --- diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 610f491b9a3..9cbd99a0efc 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -3,7 +3,8 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"> - + systemd.network @@ -197,78 +198,16 @@ [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: + 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: - - Host= - - Matches against the hostname or machine ID of the host. See - ConditionHost= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - - - Virtualization= - - Checks whether the system is executed in a virtualized environment and optionally test - whether it is a specific implementation. See ConditionVirtualization= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - - - KernelCommandLine= - - Checks whether a specific kernel command line option is set. See - ConditionKernelCommandLine= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - - - KernelVersion= - - Checks whether the kernel version (as reported by uname -r) matches a - certain expression. See ConditionKernelVersion= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - - - Architecture= - - Checks whether the system is running on a specific architecture. See - ConditionArchitecture= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - - - Firmware= - - Checks whether the system is running on a machine with the specified firmware. See - ConditionFirmware= in - systemd.unit5 - for details. When prefixed with an exclamation mark (!), the result is negated. - If an empty string is assigned, then previously assigned value is cleared. - - - + + + + + +