From: Kay Sievers Date: Wed, 24 Oct 2012 00:10:03 +0000 (+0200) Subject: man: udev - add 'udevadm hwdb --update' X-Git-Tag: v196~246 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=1ada30ac51736783dbc4dbe971d84d79fec05857 man: udev - add 'udevadm hwdb --update' --- diff --git a/man/udevadm.xml b/man/udevadm.xml index accf70129..46693f1da 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -49,6 +49,9 @@ udevadm monitor options + + udevadm hwdb options + udevadm test options devpath @@ -420,6 +423,22 @@ + udevadm hwdb <optional>options</optional> + Maintain the hardware database index in /etc/udev/hwdb.bin. + + + + + Compile the hardware dabase information located in /usr/lib/udev/hwdb.d/, + /etc/udev/hwdb.d/ and store it in /etc/udev/hwdb.bin. This should be done with + 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. + + + + + udevadm test <optional>options</optional> <replaceable>devpath</replaceable> Simulate a udev event run for the given device, and print debug output.