X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fsystemd.link.xml;fp=man%2Fsystemd.link.xml;h=d0e9f8e507d30e16573e93b21ecad5b20bc7402e;hp=afc0ad8c5e1e6d303747ec63859a20fe6c7e2ef4;hb=5256e00e8b9015dd1a976d647fc71dc7efbd8cf8;hpb=ea6ec096db5f9f3562b9bbf438da7fe21411c74d;ds=sidebyside diff --git a/man/systemd.link.xml b/man/systemd.link.xml index afc0ad8c5..d0e9f8e50 100644 --- a/man/systemd.link.xml +++ b/man/systemd.link.xml @@ -103,10 +103,10 @@ OriginalName= - The device name, as exposed by the udev property - "INTERFACE". May contain shell style globs. This can not be - used to match on names that have already been changed from - userspace. Caution is advised when matching on + A whitespace-separated list of shell-style globs matching + the device name, as exposed by the udev property + "INTERFACE". This can not be used to match on names that have + already been changed from userspace. Caution is advised when matching on kernel-assigned names, as they are known to be unstable between reboots. @@ -114,15 +114,16 @@ Path= - The persistent path, as exposed by the - udev property ID_PATH. May - contain shell style globs. + A whitespace-separated list of shell-style globs matching + the persistent path, as exposed by the udev property + ID_PATH. Driver= - The driver currently bound to the device, + A whitespace-separated list of shell-style globs matching + the driver currently bound to the device, as exposed by the udev property DRIVER of its parent device, or if that is not set, the driver as exposed by ethtool -i @@ -132,7 +133,8 @@ Type= - The device type, as exposed by the udev + A whitespace-separated list of shell-style globs matching + the device type, as exposed by the udev property DEVTYPE.