1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-06 01:57:47 +03:00

udevadm.xml: document --resolve-names option for test

And remove documentation of the --subsystem flag which doesn't actually
exist.
This commit is contained in:
Dave Reisner 2013-10-13 17:42:51 -04:00
parent 4be391639f
commit 14a9283eb3
Notes: Zbigniew Jędrzejewski-Szmek 2013-10-21 16:46:54 -04:00
Backport: documentation

View File

@ -462,9 +462,13 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>--subsystem=<replaceable>string</replaceable></option></term>
<term><option>--resolve-names=<replaceable>early|late|never</replaceable></option></term>
<listitem>
<para>The subsystem string.</para>
<para>Specify when udevadm should resolve names of users and groups.
When set to early (the default) names will be resolved when the
rules are parsed. When set to late names will be resolved for
every event. When set to never names will never be resolved and
all devices will be owned by root.</para>
</listitem>
</varlistentry>
<varlistentry>