diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-22 21:05:51 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2019-06-30 18:24:42 +0200 |
commit | c382025adf1e5ee15455f1b2b2f0b961c48f13d7 (patch) | |
tree | 51d0d5d9a2dfd15161cebfdc2c2ff9d3298ab0cd /man/systemd.link.xml | |
parent | network,udev: add Property= setting in [Match] section (diff) | |
download | systemd-c382025adf1e5ee15455f1b2b2f0b961c48f13d7.tar.xz systemd-c382025adf1e5ee15455f1b2b2f0b961c48f13d7.zip |
man: fix wrong udev property name
Diffstat (limited to 'man/systemd.link.xml')
-rw-r--r-- | man/systemd.link.xml | 2 |
1 files changed, 1 insertions, 1 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> |