summaryrefslogtreecommitdiff
path: root/udev/udevd.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-01-21 14:42:30 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-01-21 14:42:30 +0100
commit2c7b88c4a55426087955a12aad33c1935e639876 (patch)
treee9d5843ee200d1e092e1a33929da2171dc63d4f7 /udev/udevd.xml
parentc807ad918c7c61a8af3fcc930cc2a5ad4c978ea1 (diff)
parent5f03ed8a56d308af72db8a48ab66ed68667af2c6 (diff)
Merge commit '5f03ed8a56d308af72db8a48ab66ed68667af2c6'
Conflicts: udev/udevd.c
Diffstat (limited to 'udev/udevd.xml')
-rw-r--r--udev/udevd.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/udev/udevd.xml b/udev/udevd.xml
index b5726b8b03..010411c781 100644
--- a/udev/udevd.xml
+++ b/udev/udevd.xml
@@ -29,6 +29,7 @@
<arg><option>--debug-trace</option></arg>
<arg><option>--debug</option></arg>
<arg><option>--version</option></arg>
+ <arg><option>--resolve-names=early|never</option></arg>
<arg><option>--help</option></arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -65,6 +66,16 @@
</listitem>
</varlistentry>
<varlistentry>
+ <term><option>--resolve-names</option></term>
+ <listitem>
+ <para>Specify when udevd should resolve names of users and groups.
+ When set to <option>early</option> (the default) names will be
+ resolved when the rules are parsed.
+ When set to <option>never</option> names will never be resolved
+ and all devices will be owned by root.</para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
<term><option>--version</option></term>
<listitem>
<para>Print version number.</para>