diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-27 08:01:59 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 15:22:47 -0400 |
commit | cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0 (patch) | |
tree | 7a191d6c84b8fa4c9db58adce788e70901f29327 /man/udevadm.xml | |
parent | udev: update (diff) | |
download | eudev-cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0.tar.gz eudev-cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0.tar.bz2 eudev-cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0.zip |
man: updates from upstream
Added upstream systemd-udevd.service(8) as udevd(8)
Authors include
Tom Gundersen
Zbigniew Jędrzejewski-Szmek
Thomas Hindoe Paaboel Andersen
Kay Sievers
Lennart Poettering
See http://cgit.freedesktop.org/systemd/systemd/log/man/udev.xml
and http://cgit.freedesktop.org/systemd/systemd/log/man/systemd-udevd.service.xml
and http://cgit.freedesktop.org/systemd/systemd/log/man/udevadm.xml
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'man/udevadm.xml')
-rw-r--r-- | man/udevadm.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/man/udevadm.xml b/man/udevadm.xml index 5f0351f0d..51370cc4e 100644 --- a/man/udevadm.xml +++ b/man/udevadm.xml @@ -424,14 +424,14 @@ </refsect2> <refsect2><title>udevadm hwdb <optional>options</optional></title> - <para>Maintain the hardware database index in /etc/udev/hwdb.bin.</para> + <para>Maintain the hardware database index in <filename>/etc/udev/hwdb.bin</filename>.</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 + <para>Compile the hardware database information located in /usr/lib/udev/hwdb.d/, + /etc/udev/hwdb.d/ and store it in <filename>/etc/udev/hwdb.bin</filename>. 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.</para> </listitem> @@ -443,6 +443,12 @@ retrieved properties.</para> </listitem> </varlistentry> + <varlistentry> + <term><option>--root=<replaceable>string</replaceable></option></term> + <listitem> + <para>Alternative root path in the filesystem for reading and writing files.</para> + </listitem> + </varlistentry> </variablelist> </refsect2> |