summaryrefslogtreecommitdiff
path: root/man/udev.xml
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-01-03 20:55:23 +0100
committerTom Gundersen <teg@jklm.no>2014-01-03 20:55:23 +0100
commit4cd1214db6cf4b262e8ce6381bc710091b375c96 (patch)
treebc6a424bdb3439f2d7cc92a64ca882e6b0bad274 /man/udev.xml
parent8b264404b6cc412d3a588ca1b54fd2c1b09c5270 (diff)
net-util: add support for Type=ethernet
When DEVTYPE is not set for a nic, it means it is a wired/ethernet device.
Diffstat (limited to 'man/udev.xml')
-rw-r--r--man/udev.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/udev.xml b/man/udev.xml
index 32a520e7b8..0bcb91139f 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -793,7 +793,8 @@
<varlistentry>
<term><varname>Type</varname></term>
<listitem>
- <para>The device type, as exposed by the udev property <literal>DEVTYPE</literal>.</para>
+ <para>The device type, as exposed by the udev property <literal>DEVTYPE</literal>, or
+ <literal>ethernet</literal> to match a device without a <literal>DEVTYPE</literal>.</para>
</listitem>
</varlistentry>
</variablelist>