summaryrefslogtreecommitdiff
path: root/man/systemd-udevd.service.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2017-12-04 13:33:46 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2017-12-04 21:05:38 +0900
commita135d2710532f69902038fa8b07ed083e9d79d36 (patch)
treee650240af69f5258a3337d5fe67f557470692e24 /man/systemd-udevd.service.xml
parentdb9b9fb99dcd77341159d32508f89474a0905387 (diff)
downloadsystemd-a135d2710532f69902038fa8b07ed083e9d79d36.tar.gz
man: lists short options in systemd-udevd.service(8)
Follow-up for 2d19c17e8eafbe6c460c3cd76cf65aecd80ead87.
Diffstat (limited to 'man/systemd-udevd.service.xml')
-rw-r--r--man/systemd-udevd.service.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.service.xml
index 12b51a152d..ee18dae6eb 100644
--- a/man/systemd-udevd.service.xml
+++ b/man/systemd-udevd.service.xml
@@ -89,6 +89,7 @@
<refsect1><title>Options</title>
<variablelist>
<varlistentry>
+ <term><option>-d</option></term>
<term><option>--daemon</option></term>
<listitem>
<para>Detach and run in the background.</para>
@@ -96,6 +97,7 @@
</varlistentry>
<varlistentry>
+ <term><option>-D</option></term>
<term><option>--debug</option></term>
<listitem>
<para>Print debug messages to standard error.</para>
@@ -103,6 +105,7 @@
</varlistentry>
<varlistentry>
+ <term><option>-c=</option></term>
<term><option>--children-max=</option></term>
<listitem>
<para>Limit the number of events executed in parallel.</para>
@@ -110,6 +113,7 @@
</varlistentry>
<varlistentry>
+ <term><option>-e=</option></term>
<term><option>--exec-delay=</option></term>
<listitem>
<para>Delay the execution of <varname>RUN</varname>
@@ -121,6 +125,7 @@
</varlistentry>
<varlistentry>
+ <term><option>-t=</option></term>
<term><option>--event-timeout=</option></term>
<listitem>
<para>Set the number of seconds to wait for events to finish. After
@@ -129,6 +134,7 @@
</varlistentry>
<varlistentry>
+ <term><option>-N=</option></term>
<term><option>--resolve-names=</option></term>
<listitem>
<para>Specify when systemd-udevd should resolve names of users and groups.
@@ -140,11 +146,7 @@
</listitem>
</varlistentry>
- <varlistentry>
- <term><option>--help</option></term>
-
- <xi:include href="standard-options.xml" xpointer="help-text" />
- </varlistentry>
+ <xi:include href="standard-options.xml" xpointer="help" />
<xi:include href="standard-options.xml" xpointer="version" />
</variablelist>
</refsect1>