valeriyvdovin / rpms / systemd

Forked from rpms/systemd 3 years ago
Clone

Blame SOURCES/0022-udevadm.xml-document-resolve-names-option-for-test.patch

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