diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 48521df2df..527742cea3 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -105,13 +105,13 @@ Kind - The netdev kind. Currently, 'bridge', 'bond' and 'vlan' + The netdev kind. Currently, bridge, bond and vlan are supported. This option is compulsory. - The [VLAN] section only applies for netdevs of kind 'vlan', + The [VLAN] section only applies for netdevs of kind vlan, and accepts the following keys: @@ -199,7 +199,7 @@ Address A static IPv4 or IPv6 address and its prefix length, - separated by a '/' character. The format of the address must + separated by a / character. The format of the address must be as described in inet_pton3 . This is a short-hand for an [Address] section only containing an Address key (see below). diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml index bb04694342..cd679a449d 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.service.xml @@ -148,7 +148,7 @@ udev.exec-delay= rd.udev.exec-delay= - Delay the execution of RUN instructions by the given + Delay the execution of RUN instructions by the given number of seconds. This option might be useful when debugging system crashes during coldplug caused by loading non-working kernel modules.