From: David Zeuthen Date: Wed, 8 Apr 2009 18:20:57 +0000 (-0400) Subject: fix some bugs in the man page X-Git-Tag: upstream/2.1.2~873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9d4b73ed8f4f12c982ed6b59b9686cfd2e197de;p=platform%2Fupstream%2Fudisks2.git fix some bugs in the man page --- diff --git a/doc/man/devkit-disks.xml b/doc/man/devkit-disks.xml index de46bae..2402d8d 100644 --- a/doc/man/devkit-disks.xml +++ b/doc/man/devkit-disks.xml @@ -55,6 +55,15 @@ + + + + Lists all device files of devices know to the daemon. + + + + + @@ -77,11 +86,11 @@ - object_path + device_file - Shows information about object_path. + Shows information about device_file. @@ -89,12 +98,12 @@ - object_path + device_file - Inhibits polling on object_path. If no program is given, + Inhibits polling on device_file. 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. @@ -118,13 +127,13 @@ - object_path + device_file fstype options - Mounts the device represented by object_path using + Mounts the device represented by device_file using the file system fstype and a comma-separated list of options. @@ -134,12 +143,12 @@ - object_path + device_file options - Unmounts the device represented by object_path using + Unmounts the device represented by device_file using a comma-separated list of options. @@ -152,9 +161,8 @@ - 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 org.freedesktop.DeviceKit.Disks.Error.Inhibited error) if the caller is not the super user. This is typically used by OS installers and other programs that expects full @@ -162,9 +170,9 @@ devices. Only the super user can do this. - 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.