mirror of
https://github.com/systemd/systemd.git
synced 2025-01-25 10:04:04 +03:00
doc: utilize the DocBook markup for some literals
This commit is contained in:
parent
deb480d1a7
commit
ed7e5fe37d
@ -105,13 +105,13 @@
|
||||
<varlistentry>
|
||||
<term><varname>Kind</varname></term>
|
||||
<listitem>
|
||||
<para>The netdev kind. Currently, 'bridge', 'bond' and 'vlan'
|
||||
<para>The netdev kind. Currently, <literal>bridge</literal>, <literal>bond</literal> and <literal>vlan</literal>
|
||||
are supported. This option is compulsory.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
|
||||
<para>The <literal>[VLAN]</literal> section only applies for netdevs of kind 'vlan',
|
||||
<para>The <literal>[VLAN]</literal> section only applies for netdevs of kind <literal>vlan</literal>,
|
||||
and accepts the following keys:</para>
|
||||
|
||||
<variablelist class='network-directives'>
|
||||
@ -199,7 +199,7 @@
|
||||
<term><varname>Address</varname></term>
|
||||
<listitem>
|
||||
<para>A static IPv4 or IPv6 address and its prefix length,
|
||||
separated by a '/' character. The format of the address must
|
||||
separated by a <literal>/</literal> character. The format of the address must
|
||||
be as described in
|
||||
<citerefentry><refentrytitle>inet_pton</refentrytitle><manvolnum>3</manvolnum></citerefentry>
|
||||
. This is a short-hand for an [Address] section only containing an Address key (see below).</para>
|
||||
|
@ -148,7 +148,7 @@
|
||||
<term><varname>udev.exec-delay=</varname></term>
|
||||
<term><varname>rd.udev.exec-delay=</varname></term>
|
||||
<listitem>
|
||||
<para>Delay the execution of RUN instructions by the given
|
||||
<para>Delay the execution of <varname>RUN</varname> 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.</para>
|
||||
|
Loading…
x
Reference in New Issue
Block a user