diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-18 22:06:49 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-18 22:34:26 +0100 |
commit | 9b1c2626cef16722603bded9bb52033aba34dd74 (patch) | |
tree | f0fd71d1ef7144ca0aefe7aa139cc8958963e691 /man/udev.xml | |
parent | 11a7f22939d21558df919cab44b8fbe36ab5dae0 (diff) |
net-match: fix Driver= match
It should match on the driver of the parent device.
Diffstat (limited to 'man/udev.xml')
-rw-r--r-- | man/udev.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/udev.xml b/man/udev.xml index 54a2dd33dd..eab5d25f0a 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -805,7 +805,8 @@ <varlistentry> <term><varname>Driver</varname></term> <listitem> - <para>The driver currently bound to the device, as exposed by the udev property <literal>DRIVER</literal>.</para> + <para>The driver currently bound to the device, as exposed by the + udev property <literal>DRIVER</literal> of its parent device.</para> </listitem> </varlistentry> <varlistentry> |