summaryrefslogtreecommitdiffstats
path: root/src/example/example.yaml
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-07-31 13:30:22 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-08-14 19:03:14 +0000
commit2df09e242d6dd5961d831bd179f73489eba526ed (patch)
treeec59242e4d92bfc1b5d9ce18f3b68fb5129d0e8f /src/example/example.yaml
parentb1e329a6e5763cd40933f446bce759b585169e2d (diff)
downloadphosphor-dbus-monitor-2df09e242d6dd5961d831bd179f73489eba526ed.tar.gz
phosphor-dbus-monitor-2df09e242d6dd5961d831bd179f73489eba526ed.zip
Grammar fixes in example.yaml
Change-Id: Ia9ae40f1bd590945e2fee662e4437b92c8bd9b09 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'src/example/example.yaml')
-rw-r--r--src/example/example.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/example/example.yaml b/src/example/example.yaml
index 6a1685f..6108780 100644
--- a/src/example/example.yaml
+++ b/src/example/example.yaml
@@ -2,7 +2,7 @@
- name: example path group
description: >
- 'A path group is a named collection of DBus object
+ 'A path group is a named collection of D-Bus object
paths and associated metadata. These collections
serve only to be referenced by other configuration
directives.
@@ -30,9 +30,9 @@
- name: example property group
description: >
'Like path groups, a property group is a named collection
- of DBus property names and associated metadata.
+ of D-Bus property names and associated metadata.
- Properties in a group must all have the same DBus type signature
+ Properties in a group must all have the same D-Bus type signature
and must be explicitly declared.'
class: group
group: property
@@ -48,7 +48,7 @@
- name: example property watch
description: >
'A property watch instructs PDM to maintain a cache of the state
- of the specified properties on the specified DBus objects.
+ of the specified properties on the specified D-Bus objects.
An optional callback can be triggered when property values change.'
class: watch
@@ -80,7 +80,7 @@
- name: example method callback
description: >
- 'The method callback invokes the specified DBus method.'
+ 'The method callback invokes the specified D-Bus method.'
class: callback
callback: method
service: org.freedesktop.systemd1
@@ -117,7 +117,7 @@
the callback function.
All conditional callbacks must specify the callback to issue if
- the condition evaulates.
+ the condition evaluates.
The count condition applies the op comparison operator to the value of each
property in the specified groups. It then counts the number of properties
OpenPOWER on IntegriCloud