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