summaryrefslogtreecommitdiff
path: root/man/systemd-networkd.service.xml
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-02-17 15:43:36 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-17 19:03:07 -0500
commited7e5fe37d7e3392538844abadbb2903f4d2540f (patch)
tree624aff28e8241f2ca9518c7334fcb684012b8fab /man/systemd-networkd.service.xml
parentdeb480d1a7c3f3178c44f0aa73765181c0e2317f (diff)
downloadsystemd-ed7e5fe37d7e3392538844abadbb2903f4d2540f.tar.gz
doc: utilize the DocBook markup for some literals
Diffstat (limited to 'man/systemd-networkd.service.xml')
-rw-r--r--man/systemd-networkd.service.xml6
1 files changed, 3 insertions, 3 deletions
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 @@
<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>