diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-10-16 17:19:23 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2018-10-16 17:19:23 +0200 |
commit | 88925d2f80406661c291a44f9915e6f4a63a4b4c (patch) | |
tree | 327c713547a05695c1e42954a1c3424b872a14a7 /man/systemd.network.xml | |
parent | man: an attempt to reword the [Route] Type= man page (diff) | |
download | systemd-88925d2f80406661c291a44f9915e6f4a63a4b4c.tar.xz systemd-88925d2f80406661c291a44f9915e6f4a63a4b4c.zip |
man: fix spurious uppercasing
Diffstat (limited to '')
-rw-r--r-- | man/systemd.network.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 078f1a4bf3..cc33f8331e 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -1077,7 +1077,7 @@ <varlistentry> <term><varname>Protocol=</varname></term> <listitem> - <para>The Protocol identifier for the route. Takes a number between 0 and 255 or the special values + <para>The protocol identifier for the route. Takes a number between 0 and 255 or the special values <literal>kernel</literal>, <literal>boot</literal> and <literal>static</literal>. Defaults to <literal>static</literal>. </para> |