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 | |
parent | 11a7f22939d21558df919cab44b8fbe36ab5dae0 (diff) |
net-match: fix Driver= match
It should match on the driver of the parent device.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 3 | ||||
-rw-r--r-- | man/udev.xml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 9c7ca83438..04fedc56d0 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -165,7 +165,8 @@ <term><varname>Driver</varname></term> <listitem> <para>The driver currently bound to the device, as - exposed by the udev property <literal>DRIVER</literal>. + exposed by the udev property <literal>DRIVER</literal> + of its parent device. </para> </listitem> </varlistentry> 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> |