fix some bugs in the man page
authorDavid Zeuthen <davidz@redhat.com>
Wed, 8 Apr 2009 18:20:57 +0000 (14:20 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Wed, 8 Apr 2009 18:20:57 +0000 (14:20 -0400)
doc/man/devkit-disks.xml

index de46bae..2402d8d 100644 (file)
       </varlistentry>
 
       <varlistentry>
+        <term><option>--enumerate-device-files</option></term>
+        <listitem>
+          <para>
+            Lists all device files of devices know to the daemon.
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
         <term><option>--monitor</option></term>
         <listitem>
           <para>
       <varlistentry>
         <term>
           <option>--show-info</option>
-          <arg choice="plain"><replaceable>object_path</replaceable></arg>
+          <arg choice="plain"><replaceable>device_file</replaceable></arg>
         </term>
         <listitem>
           <para>
-            Shows information about <replaceable>object_path</replaceable>.
+            Shows information about <replaceable>device_file</replaceable>.
           </para>
         </listitem>
       </varlistentry>
       <varlistentry>
         <term>
           <option>--inhibit-polling</option>
-          <arg choice="plain"><replaceable>object_path</replaceable></arg>
+          <arg choice="plain"><replaceable>device_file</replaceable></arg>
           <arg><option>-- program arg ...</option></arg>
         </term>
         <listitem>
           <para>
-            Inhibits polling on <replaceable>object_path</replaceable>. If no program is given,
+            Inhibits polling on <replaceable>device_file</replaceable>. If no program is given,
             polling is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the polling
             is only inhibited until the program terminates.
           </para>
       <varlistentry>
         <term>
           <option>--mount</option>
-          <arg choice="plain"><replaceable>object_path</replaceable></arg>
+          <arg choice="plain"><replaceable>device_file</replaceable></arg>
           <arg><option>--mount-fstype</option><arg choice="plain"><replaceable>fstype</replaceable></arg></arg>
           <arg><option>--mount-options</option><arg choice="plain"><replaceable>options</replaceable></arg></arg>
         </term>
         <listitem>
           <para>
-            Mounts the device represented by <replaceable>object_path</replaceable> using
+            Mounts the device represented by <replaceable>device_file</replaceable> using
             the file system <replaceable>fstype</replaceable> and a comma-separated list
             of <replaceable>options</replaceable>.
           </para>
       <varlistentry>
         <term>
           <option>--unmount</option>
-          <arg choice="plain"><replaceable>object_path</replaceable></arg>
+          <arg choice="plain"><replaceable>device_file</replaceable></arg>
           <arg><option>--unmount-options</option><arg choice="plain"><replaceable>options</replaceable></arg></arg>
         </term>
         <listitem>
           <para>
-            Unmounts the device represented by <replaceable>object_path</replaceable> using
+            Unmounts the device represented by <replaceable>device_file</replaceable> using
             a comma-separated list of <replaceable>options</replaceable>.
           </para>
         </listitem>
         </term>
         <listitem>
           <para>
-             Inhibits clients from invoking methods on the daemon of
-             the daemon that require authorization (all methods will
-             return the
+             Inhibits clients from invoking methods on the daemon that
+             require authorization (all methods will return the
              <literal>org.freedesktop.DeviceKit.Disks.Error.Inhibited</literal> error) if
              the caller is not the super user. This is typically used
              by OS installers and other programs that expects full
              devices. Only the super user can do this.
           </para>
           <para>
-            If no program is given,
-            polling is inhibited until Ctrl+C is pressed. Otherwise the program is spawned and the polling
-            is only inhibited until the program terminates.
+            If no program is given, the daemon is inhibited until
+            Ctrl+C is pressed. Otherwise the program is spawned and
+            the daemon is only inhibited until the program terminates.
           </para>
         </listitem>
       </varlistentry>