From 9b1c2626cef16722603bded9bb52033aba34dd74 Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Tue, 18 Feb 2014 22:06:49 +0100 Subject: net-match: fix Driver= match It should match on the driver of the parent device. --- man/systemd-networkd.service.xml | 3 ++- man/udev.xml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'man') 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 @@ Driver The driver currently bound to the device, as - exposed by the udev property DRIVER. + exposed by the udev property DRIVER + of its parent device. 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 @@ Driver - The driver currently bound to the device, as exposed by the udev property DRIVER. + The driver currently bound to the device, as exposed by the + udev property DRIVER of its parent device. -- cgit v1.2.3-54-g00ecf