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