]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix wrong udev property name
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 22 Jun 2019 19:05:51 +0000 (04:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 30 Jun 2019 16:24:42 +0000 (01:24 +0900)
man/systemd.link.xml
man/systemd.network.xml

index 8539422efc799356906d4460946d371cc768a07b..7ea9a71107bfb4f72720a43283f66d79323d04cd 100644 (file)
         <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>
index 1509a07ac12084eb918590d9310cda65dac9cd2d..d32b60a2c9feb9f19db2aecd5af32536232cd0e6 100644 (file)
           <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