X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fudev.xml;h=32a520e7b8c5b0be2ecb5c55bad0c39d2c4ac0c4;hb=fccd44ec3a7abd305b558d39f54b5ef223f00b68;hp=5e00a4e2728f435348c098866341cafbc225e2da;hpb=1f06807cc3df506b2085d43106459106c36a6220;p=elogind.git diff --git a/man/udev.xml b/man/udev.xml index 5e00a4e27..32a520e7b 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. @@ -742,23 +742,23 @@ Network Link Configuration - Network link configuration is performed by the net-setup-link + Network link configuration is performed by the net_setup_link udev builtin. The link files are read from the files located in the system network directory /usr/lib/systemd/network, the volatile runtime network directory /run/systemd/network and the local administration network directory /etc/systemd/network. + Link files must have the extension .link; other extensions are ignored. All link files are collectively sorted and processed in lexical order, 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, - disables the link file entirely. Link files must have the extension - .link; other extensions are ignored. + /usr/lib, pointing to /dev/null, + disables the link file entirely. The link file contains a [Match] section, which determines if a given link file may be applied to a given device; and a @@ -804,7 +804,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.