From: Jan Engelhardt Date: Mon, 17 Feb 2014 14:43:36 +0000 (+0100) Subject: doc: utilize the DocBook markup for some literals X-Git-Tag: v209~80 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=ed7e5fe37d7e3392538844abadbb2903f4d2540f;hp=deb480d1a7c3f3178c44f0aa73765181c0e2317f;ds=sidebyside doc: utilize the DocBook markup for some literals --- diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 48521df2d..527742cea 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 bb0469434..cd679a449 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.