diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/udev.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/udev.xml b/man/udev.xml index ae7dc61b03..9733b85760 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -982,15 +982,16 @@ </listitem> </varlistentry> <varlistentry> - <term><varname>MTU=</varname></term> + <term><varname>MTUBytes=</varname></term> <listitem> - <para>The MTU to set for the device.</para> + <para>The maximum transmission unit in bytes to set for the device.</para> </listitem> </varlistentry> <varlistentry> - <term><varname>SpeedMBytes=</varname></term> + <term><varname>BitsPerSecond=</varname></term> <listitem> - <para>The speed to set for the device.</para> + <para>The speed to set for the device, the value is rounded down + to the nearest Mbps.</para> </listitem> </varlistentry> <varlistentry> |