summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-06-23 04:05:51 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-01 01:24:42 +0900
commitc382025adf1e5ee15455f1b2b2f0b961c48f13d7 (patch)
tree51d0d5d9a2dfd15161cebfdc2c2ff9d3298ab0cd
parent44005bfb4eaae840e481e7a0d0b74ac9ee418302 (diff)
downloadsystemd-c382025adf1e5ee15455f1b2b2f0b961c48f13d7.tar.gz
man: fix wrong udev property name
-rw-r--r--man/systemd.link.xml2
-rw-r--r--man/systemd.network.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.link.xml b/man/systemd.link.xml
index 8539422efc..7ea9a71107 100644
--- a/man/systemd.link.xml
+++ b/man/systemd.link.xml
@@ -103,7 +103,7 @@
<term><varname>Driver=</varname></term>
<listitem>
<para>A whitespace-separated list of shell-style globs matching the driver currently bound to the
- device, as exposed by the udev property <varname>DRIVER</varname> of its parent device, or if that
+ device, as exposed by the udev property <varname>ID_NET_DRIVER</varname> of its parent device, or if that
is not set, the driver as exposed by <command>ethtool -i</command> of the device itself.</para>
</listitem>
</varlistentry>
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 1509a07ac1..d32b60a2c9 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -113,7 +113,7 @@
<listitem>
<para>A whitespace-separated list of shell-style globs
matching the driver currently bound to the device, as
- exposed by the udev property <literal>DRIVER</literal>
+ exposed by the udev property <literal>ID_NET_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. If the list is prefixed with a "!", the