diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-11-17 10:43:13 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-11-17 10:43:13 +0100 |
commit | e375ceb6409d2cccee82f0be05b0fa906bf25fdf (patch) | |
tree | aed630b07c5e25b3d699f565dcc6d8bda1cca6e5 /man/systemd.netdev.xml | |
parent | NEWS: slightly fix explanation about oomd (diff) | |
download | systemd-e375ceb6409d2cccee82f0be05b0fa906bf25fdf.tar.xz systemd-e375ceb6409d2cccee82f0be05b0fa906bf25fdf.zip |
man/systemd.netdev: don't say "ranges"
Diffstat (limited to '')
-rw-r--r-- | man/systemd.netdev.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index e6a96e3a15..6420488162 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -754,7 +754,8 @@ <varlistentry> <term><varname>Id=</varname></term> <listitem> - <para>Specifies the Virtual Network Identifier (VNI) to use. Ranges [0-16777215]. This field is mandatory.</para> + <para>Specifies the Virtual Network Identifier (VNI) to use, a number between 0 and 16777215. This + field is mandatory.</para> </listitem> </varlistentry> <varlistentry> @@ -766,7 +767,7 @@ <varlistentry> <term><varname>TOS=</varname></term> <listitem> - <para>Specifies the TOS value to use in outgoing packets. Ranges [1-255].</para> + <para>Specifies the TOS value to use in outgoing packets. Takes a number between 1 and 255.</para> </listitem> </varlistentry> <varlistentry> |