summaryrefslogtreecommitdiff
path: root/man/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-10-24 02:10:03 +0200
committerKay Sievers <kay@vrfy.org>2012-10-24 02:10:42 +0200
commit1ada30ac51736783dbc4dbe971d84d79fec05857 (patch)
tree6a6a13ead797db532447c729c0b529c5bababf3b /man/udevadm.xml
parentdb87a36e74ff26d1046a451ee086c9a2c4113d12 (diff)
man: udev - add 'udevadm hwdb --update'
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r--man/udevadm.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml
index accf70129e..46693f1dab 100644
--- a/man/udevadm.xml
+++ b/man/udevadm.xml
@@ -50,6 +50,9 @@
<command>udevadm monitor <optional>options</optional></command>
</cmdsynopsis>
<cmdsynopsis>
+ <command>udevadm hwdb <optional>options</optional></command>
+ </cmdsynopsis>
+ <cmdsynopsis>
<command>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></command>
</cmdsynopsis>
<cmdsynopsis>
@@ -420,6 +423,22 @@
</variablelist>
</refsect2>
+ <refsect2><title>udevadm hwdb <optional>options</optional></title>
+ <para>Maintain the hardware database index in /etc/udev/hwdb.bin.</para>
+ <variablelist>
+ <varlistentry>
+ <term><option>--update</option></term>
+ <listitem>
+ <para>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.</para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </refsect2>
+
<refsect2><title>udevadm test <optional>options</optional> <replaceable>devpath</replaceable></title>
<para>Simulate a udev event run for the given device, and print debug output.</para>
<variablelist>