diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-networkd.service.xml | 5 | ||||
-rw-r--r-- | man/udev.xml | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/man/systemd-networkd.service.xml b/man/systemd-networkd.service.xml index 026536ebd9..2517efc4a7 100644 --- a/man/systemd-networkd.service.xml +++ b/man/systemd-networkd.service.xml @@ -216,8 +216,9 @@ <listitem> <para>The driver currently bound to the device, as exposed by the udev property <literal>DRIVER</literal> - of its parent device. - </para> + of its parent device, or if that is not set the driver + as exposed by <literal>ethtool -i</literal> of the + device itself.</para> </listitem> </varlistentry> <varlistentry> diff --git a/man/udev.xml b/man/udev.xml index 0e75715887..ae7dc61b03 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -807,7 +807,9 @@ <term><varname>Driver=</varname></term> <listitem> <para>The driver currently bound to the device, as exposed by the - udev property <literal>DRIVER</literal> of its parent device.</para> + udev property <literal>DRIVER</literal> of its parent device, or if + that is not set the driver as exposed by <literal>ethtool -i</literal> + of the device itself.</para> </listitem> </varlistentry> <varlistentry> |