diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-12-04 14:20:56 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2017-12-05 23:30:44 +0900 |
commit | e7ff71281d5f25fae78a3bc304a61ccc0bf94eab (patch) | |
tree | c72ce5612dd20429c50fd05e8336d4a16304f704 /man/systemd-hwdb.xml | |
parent | c94c581c7b3d13371a781be254fac6dc07a56178 (diff) | |
download | systemd-e7ff71281d5f25fae78a3bc304a61ccc0bf94eab.tar.gz |
man: include standard-options.xml in systemd-hwdb(8)
Diffstat (limited to 'man/systemd-hwdb.xml')
-rw-r--r-- | man/systemd-hwdb.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/man/systemd-hwdb.xml b/man/systemd-hwdb.xml index c54762a254..58b151653b 100644 --- a/man/systemd-hwdb.xml +++ b/man/systemd-hwdb.xml @@ -23,7 +23,9 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. --> -<refentry id="systemd-hwdb" conditional="ENABLE_HWDB"> +<refentry id="systemd-hwdb" conditional="ENABLE_HWDB" + xmlns:xi="http://www.w3.org/2001/XInclude"> + <refentryinfo> <title>systemd-hwdb</title> <productname>systemd</productname> @@ -69,13 +71,6 @@ <refsect1><title>Options</title> <variablelist> <varlistentry> - <term><option>-h</option></term> - <term><option>--help</option></term> - <listitem> - <para>Print help text.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>--usr</option></term> <listitem> <para>Generate in /usr/lib/udev instead of /etc/udev.</para> @@ -88,6 +83,8 @@ <para>Alternate root path in the filesystem.</para> </listitem> </varlistentry> + + <xi:include href="standard-options.xml" xpointer="help" /> </variablelist> <refsect2><title>systemd-hwdb |