1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-27 01:55:32 +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

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>