diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2016-09-16 20:42:55 -0700 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-21 11:14:17 +0000 |
commit | f7349c3ff1625a115f8e4c8498456dec8c87a97e (patch) | |
tree | 30f037f07d741bd8fa4b4cadce61736704dd9135 /unstable/idle-inhibit | |
parent | a1d574fabec2ac289eb6bd49275e8e5266e47020 (diff) |
idle-inhibit: Lead with a verb in request description
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
Reviewed-by: Daniel Stone <daniels@collabora.com>
Diffstat (limited to 'unstable/idle-inhibit')
-rw-r--r-- | unstable/idle-inhibit/idle-inhibit-unstable-v1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml b/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml index 70372fc..9c06cdc 100644 --- a/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml +++ b/unstable/idle-inhibit/idle-inhibit-unstable-v1.xml @@ -42,7 +42,7 @@ <request name="destroy" type="destructor"> <description summary="destroy the idle inhibitor object"> - This destroys the inhibit manager. + Destroy the inhibit manager. </description> </request> @@ -75,7 +75,7 @@ <request name="destroy" type="destructor"> <description summary="destroy the idle inhibitor object"> - This removes the inhibitor effect from the associated wl_surface. + Remove the inhibitor effect from the associated wl_surface. </description> </request> |