9fc0f6
From 46ae516340261691a08f64439dfd7aafa43b7467 Mon Sep 17 00:00:00 2001
9fc0f6
From: Dave Reisner <dreisner@archlinux.org>
9fc0f6
Date: Sun, 13 Oct 2013 17:42:51 -0400
9fc0f6
Subject: [PATCH] udevadm.xml: document --resolve-names option for test
9fc0f6
9fc0f6
And remove documentation of the --subsystem flag which doesn't actually
9fc0f6
exist.
9fc0f6
---
9fc0f6
 man/udevadm.xml | 8 ++++++--
9fc0f6
 1 file changed, 6 insertions(+), 2 deletions(-)
9fc0f6
9fc0f6
diff --git a/man/udevadm.xml b/man/udevadm.xml
9fc0f6
index d0b257d..b959216 100644
9fc0f6
--- a/man/udevadm.xml
9fc0f6
+++ b/man/udevadm.xml
9fc0f6
@@ -462,9 +462,13 @@
9fc0f6
           </listitem>
9fc0f6
         </varlistentry>
9fc0f6
         <varlistentry>
9fc0f6
-          <term><option>--subsystem=<replaceable>string</replaceable></option></term>
9fc0f6
+          <term><option>--resolve-names=<replaceable>early|late|never</replaceable></option></term>
9fc0f6
           <listitem>
9fc0f6
-            <para>The subsystem string.</para>
9fc0f6
+            <para>Specify when udevadm should resolve names of users and groups.
9fc0f6
+              When set to early (the default) names will be resolved when the
9fc0f6
+              rules are parsed. When set to late names will be resolved for
9fc0f6
+              every event. When set to never names will never be resolved and
9fc0f6
+              all devices will be owned by root.</para>
9fc0f6
           </listitem>
9fc0f6
         </varlistentry>
9fc0f6
         <varlistentry>