X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudevadm.xml;h=d0b257dec93a977f6c3aa23404497db466aa1ef3;hp=455ce80ca9c69840bd073fcbe5963856d5cf2581;hb=7abfbe7903d8e792850ec39286a3d86e616a6477;hpb=6df831f25ebc9f55cd939f04392dad9237706e45 diff --git a/man/udevadm.xml b/man/udevadm.xml index 455ce80ca..d0b257dec 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -6,7 +6,15 @@ udevadm - udev + systemd + + + Developer + Kay + Sievers + kay@vrfy.org + + @@ -41,6 +49,9 @@ udevadm monitor options + + udevadm hwdb options + udevadm test options devpath @@ -108,15 +119,8 @@ - The udev root directory: /dev. If used in conjunction - with a name or symlink query, the - query returns the absolute path including the root directory. - - - - - - The udev runtime directory: /run/udev. + Print absolute paths in name or symlink + query. @@ -314,13 +318,13 @@ - Signal and wait for udevd to exit. + Signal and wait for systemd-udevd to exit. - Set the internal log level of udevd. Valid values are the numerical + Set the internal log level of systemd-udevd. Valid values are the numerical syslog priorities or their textual representations: , and . @@ -328,20 +332,20 @@ - Signal udevd to stop executing new events. Incoming events + Signal systemd-udevd to stop executing new events. Incoming events will be queued. - Signal udevd to enable the execution of events. + Signal systemd-udevd to enable the execution of events. - Signal udevd to reload the rules files and other databases like the kernel + Signal systemd-udevd to reload the rules files and other databases like the kernel module index. Reloading rules and databases does not apply any changes to already existing devices; the new configuration will only be applied to new events. @@ -355,14 +359,14 @@ value - Set the maximum number of events, udevd will handle at the + Set the maximum number of events, systemd-udevd will handle at the same time. seconds - The maximum number seconds to wait for a reply from udevd. + The maximum number of seconds to wait for a reply from systemd-udevd. @@ -419,6 +423,35 @@ + udevadm hwdb <optional>options</optional> + Maintain the hardware database index in /etc/udev/hwdb.bin. + + + + + Compile the hardware database information located in /usr/lib/udev/hwdb.d/, + /etc/udev/hwdb.d/ and store it in /etc/udev/hwdb.bin. This should be done after + any update to the source files; it will not be called automatically. The running + udev daemon will detect a new database on its own and does not need to be + notified about it. + + + + + + Query the database with a modalias string, and print the + retrieved properties. + + + + + + Alternative root path in the filesystem for reading and writing files. + + + + + udevadm test <optional>options</optional> <replaceable>devpath</replaceable> Simulate a udev event run for the given device, and print debug output. @@ -456,17 +489,13 @@ - Author - Written by Kay Sievers kay.sievers@vrfy.org. - - See Also udev7 - udevd8 + systemd-udevd.service8