chiark / gitweb /
networkd: support socket activation
[elogind.git] / man / systemd-hwdb.xml
1 <?xml version='1.0'?> <!--*- Mode: nxml; nxml-child-indent: 2; indent-tabs-mode: nil -*-->
2 <?xml-stylesheet type="text/xsl" href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"?>
3 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4   "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5
6 <refentry id="systemd-hwdb" conditional="ENABLE_HWDB">
7   <refentryinfo>
8     <title>systemd-hwdb</title>
9     <productname>systemd</productname>
10     <authorgroup>
11       <author>
12         <contrib>Developer</contrib>
13         <firstname>Kay</firstname>
14         <surname>Sievers</surname>
15         <email>kay@vrfy.org</email>
16       </author>
17       <author>
18         <contrib>Developer</contrib>
19         <firstname>Tom</firstname>
20         <surname>Gundersen</surname>
21         <email>teg@jklm.no</email>
22       </author>
23     </authorgroup>
24   </refentryinfo>
25
26   <refmeta>
27     <refentrytitle>systemd-hwdb</refentrytitle>
28     <manvolnum>8</manvolnum>
29   </refmeta>
30
31   <refnamediv>
32     <refname>systemd-hwdb</refname><refpurpose>hardware database management tool</refpurpose>
33   </refnamediv>
34
35   <refsynopsisdiv>
36     <cmdsynopsis>
37       <command>systemd-hwdb <optional>options</optional> update</command>
38     </cmdsynopsis>
39     <cmdsynopsis>
40       <command>systemd-hwdb <optional>options</optional> query <replaceable>modalias</replaceable></command>
41     </cmdsynopsis>
42   </refsynopsisdiv>
43
44   <refsect1><title>Description</title>
45     <para><command>systemd-hwdb</command> expects a command and command
46     specific arguments.  It manages the binary hardware database.</para>
47   </refsect1>
48
49   <refsect1><title>Options</title>
50     <variablelist>
51       <varlistentry>
52         <term><option>-h</option></term>
53         <term><option>--help</option></term>
54         <listitem>
55           <para>Print help text.</para>
56         </listitem>
57       </varlistentry>
58       <varlistentry>
59         <term><option>--usr</option></term>
60         <listitem>
61           <para>Generate in /usr/lib/udev instead of /etc/udev.</para>
62         </listitem>
63       </varlistentry>
64       <varlistentry>
65         <term><option>-r</option></term>
66         <term><option>--root=<replaceable>PATH</replaceable></option></term>
67         <listitem>
68           <para>Alternative root path in the filesystem.</para>
69         </listitem>
70       </varlistentry>
71     </variablelist>
72
73     <refsect2><title>systemd-hwdb
74       <arg choice="opt"><replaceable>options</replaceable></arg>
75       update</title>
76       <para>Update the binary database.</para>
77     </refsect2>
78
79     <refsect2><title>systemd-hwdb
80       <arg choice="opt"><replaceable>options</replaceable></arg>
81       query
82       <arg><replaceable>MODALIAS</replaceable></arg>
83     </title>
84       <para>Query database and print result.</para>
85     </refsect2>
86   </refsect1>
87
88   <refsect1>
89     <title>See Also</title>
90     <para><citerefentry>
91         <refentrytitle>hwdb</refentrytitle><manvolnum>7</manvolnum>
92     </citerefentry></para>
93   </refsect1>
94 </refentry>