chiark / gitweb /
util_run_program(): fix possible buffer overflow #2
[elogind.git] / udev / udevd.xml
index b5726b8b032c2521aa1db01423361c1a6726b23c..5368f281441522a217c2175fa36cbb9a72fb25d8 100644 (file)
@@ -8,7 +8,6 @@
     <refentry>
       <refentryinfo>
         <title>udevd</title>
-        <date>August 2005</date>
         <productname>udev</productname>
       </refentryinfo>
 
@@ -29,6 +28,7 @@
           <arg><option>--debug-trace</option></arg>
           <arg><option>--debug</option></arg>
           <arg><option>--version</option></arg>
+          <arg><option>--resolve-names=early|late|never</option></arg>
           <arg><option>--help</option></arg>
         </cmdsynopsis>
       </refsynopsisdiv>
               <para>Print debug messages to stderr.</para>
             </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>late</option> names will be resolved for every event.
+              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>