diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-07-27 20:24:31 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-07-27 20:24:31 +0200 |
commit | 2aba142edd53865c0630ae2cddf9a45867a04277 (patch) | |
tree | b24c906071e4d1b5feaaedfd6ae751197bcc18ce /man | |
parent | b242faae06034c981927f48a80817aae04e5e7ff (diff) |
networkd: capitalize VNetHeader= as VnetHeader=
Even when we use shortened, combined words, we still should uppercase
where a new word starts. I couldn't find a canonically capitalized
version of this term, hence I think we should follow our naming rules
here.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.netdev.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 6287a00f9d..298cf0eb84 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -586,7 +586,7 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>VnetHeader=</varname></term> + <term><varname>VNetHeader=</varname></term> <listitem><para>Takes a boolean argument. Configures IFF_VNET_HDR flag for a tap device. It allows sending and receiving larger Generic Segmentation Offload (GSO) |