X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudev.xml;h=0bcb91139fbce7912a169b80d9512b66b3241c20;hp=d157b8c433e657037fed6c29cfa3749045452284;hb=4cd1214db6cf4b262e8ce6381bc710091b375c96;hpb=2b51bd3c9bac2a8064e5d4779ab13168a2d5b05a diff --git a/man/udev.xml b/man/udev.xml index d157b8c43..0bcb91139 100644 --- a/man/udev.xml +++ b/man/udev.xml @@ -63,10 +63,10 @@ regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence - over files with the same name in /lib. This can be + over files with the same name in /usr/lib. This can be used to override a system-supplied rules file with a local file if needed; a symlink in /etc with the same name as a rules file in - /lib, pointing to /dev/null, + /usr/lib, pointing to /dev/null, disables the rules file entirely. Rule files must have the extension .rules; other extensions are ignored. @@ -715,10 +715,10 @@ regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence - over files with the same name in /lib. This can be + over files with the same name in /usr/lib. This can be used to override a system-supplied hwdb file with a local file if needed; a symlink in /etc with the same name as a hwdb file in - /lib, pointing to /dev/null, + /usr/lib, pointing to /dev/null, disables the hwdb file entirely. hwdb files must have the extension .hwdb; other extensions are ignored. @@ -754,10 +754,10 @@ regardless of the directories in which they live. However, files with identical filenames replace each other. Files in /etc have the highest priority, files in /run take precedence - over files with the same name in /lib. This can be + over files with the same name in /usr/lib. This can be used to override a system-supplied link file with a local file if needed; a symlink in /etc with the same name as a link file in - /lib, pointing to /dev/null, + /usr/lib, pointing to /dev/null, disables the link file entirely. The link file contains a [Match] section, which @@ -793,7 +793,8 @@ Type - The device type, as exposed by the udev property DEVTYPE. + The device type, as exposed by the udev property DEVTYPE, or + ethernet to match a device without a DEVTYPE. @@ -804,7 +805,13 @@ Description - A description of the device. The ifalias is set to this value. + A description of the device. + + + + Alias + + The ifalias is set to this value.