summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-02-22 18:23:19 +0100
committerTom Gundersen <teg@jklm.no>2014-02-22 18:29:43 +0100
commit733f7a2c69c794a81978a08a79916c224ba355a6 (patch)
treefc1a737533911f64f9e351a278aa42de49e36e34 /man/udev.xml
parentdd4d2c1cd1eb7c1f3163f6f922362af3189df0a3 (diff)
udev: net - allow MTU and Speed to be specified with units
This also changes the names to MTUBytes and BitsPerSecond, respectively. Notice that the speed was mistakenly documented to be in bytes before this change.
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/man/udev.xml b/man/udev.xml
index ae7dc61b0..9733b8576 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>