X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=man%2Fudevadm.xml;h=77910282210744bbcc04f1b904d515891b64528e;hp=cbf22b4b5e4eb3b712665961101a0539b7cf7031;hb=04ba11b2c4ab69dcae5d623808bed76be825dbac;hpb=f13b388f97bc3ba8db844bd3413d510e2466a0b6;ds=sidebyside diff --git a/man/udevadm.xml b/man/udevadm.xml index cbf22b4b5..779102822 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -49,6 +49,9 @@ udevadm monitor options + + udevadm hwdb options + udevadm test options devpath @@ -116,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. @@ -370,7 +366,7 @@ seconds - The maximum number seconds to wait for a reply from systemd-udevd. + The maximum number of seconds to wait for a reply from systemd-udevd. @@ -427,6 +423,29 @@ + 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. + + + + + udevadm test <optional>options</optional> <replaceable>devpath</replaceable> Simulate a udev event run for the given device, and print debug output. @@ -470,7 +489,7 @@ udev7 - systemd-udevd8 + systemd-udevd.service8