From c8f57f5963970013b4134f0e4ee58cb590c60338 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 21 Feb 2014 19:19:31 +0100 Subject: man: suffix networkd config file options with "=" That's what we do for all options in the other man pages. It helps clarifying that these are options that values need to be assigned to. --- man/udev.xml | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'man/udev.xml') diff --git a/man/udev.xml b/man/udev.xml index 9e00933e5e..0e75715887 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -790,34 +790,34 @@ - MACAddress + MACAddress= The hardware address. - Path + Path= The persistent path, as exposed by the udev property ID_PATH. May contain shell style globs. - Driver + Driver= The driver currently bound to the device, as exposed by the udev property DRIVER of its parent device. - Type + Type= The device type, as exposed by the udev property DEVTYPE. - Host + Host= Matches against the hostname or machine ID of the host. See ConditionHost= in @@ -826,7 +826,7 @@ - Virtualization + Virtualization= Checks whether the system is executed in a virtualized environment and optionally test whether it is a specific @@ -836,7 +836,7 @@ - KernelCommandLine + KernelCommandLine= Checks whether a specific kernel command line option is set (or if prefixed with the exclamation mark unset). See @@ -846,7 +846,7 @@ - Architecture + Architecture= Checks whether the system is running on a specific architecture. See ConditionArchitecture= in @@ -860,19 +860,19 @@ - Description + Description= A description of the device. - Alias + Alias= The ifalias is set to this value. - MACAddressPolicy + MACAddressPolicy= The policy by which the MAC address should be set. The available policies are: @@ -902,15 +902,15 @@ - MACAddress + MACAddress= - The MAC address to use, if no MACAddressPolicy + The MAC address to use, if no MACAddressPolicy= is specified. - NamePolicy + NamePolicy= An ordered, space-separated list of policies by which the interface name should be set. NamePolicy may @@ -971,28 +971,28 @@ - Name + Name= The interface name to use in case all the policies specified - in NamePolicy fail, or in case - NamePolicy is missing or disabled. + in NamePolicy= fail, or in case + NamePolicy= is missing or disabled. - MTU + MTU= The MTU to set for the device. - SpeedMBytes + SpeedMBytes= The speed to set for the device. - Duplex + Duplex= The duplex mode to set for the device. The accepted values are half and full. @@ -1000,7 +1000,7 @@ - WakeOnLan + WakeOnLan= The Wake-on-LAN policy to set for the device. The supported values are: -- cgit v1.2.3-54-g00ecf