summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukasz Skalski <l.skalski@samsung.com>2014-04-10 14:50:23 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-04-20 23:06:48 -0400
commit6d6c604ac8ac777dde0eeb58745ee6e76e2ea43d (patch)
treea531ee322166c7ab787a1c1ba2f3c497e2e8109a
parent9d50e74a0aeefa5b66eae1ad3e38af59fdc4ca62 (diff)
doc: fix items' names in PORTING-DBUS1
-rw-r--r--src/libsystemd/sd-bus/PORTING-DBUS12
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd/sd-bus/PORTING-DBUS1 b/src/libsystemd/sd-bus/PORTING-DBUS1
index f2ebcd793..6205e3273 100644
--- a/src/libsystemd/sd-bus/PORTING-DBUS1
+++ b/src/libsystemd/sd-bus/PORTING-DBUS1
@@ -342,7 +342,7 @@ items of the same type as the kernel messages include,
i.e. KDBUS_ITEM_NAME_ADD, KDBUS_ITEM_NAME_REMOVE,
KDBUS_ITEM_NAME_CHANGE, KDBUS_ITEM_ID_ADD, KDBUS_ITEM_ID_REMOVE and
fill them out. Note however, that you have some wildcards in this
-case, for example the .id field of KDBUS_ITEM_ADD/KDBUS_ITEM_REMOVE
+case, for example the .id field of KDBUS_ITEM_ID_ADD/KDBUS_ITEM_ID_REMOVE
structures may be set to 0 to match against any id addition/removal.
Note that dbus match strings do no map 1:1 to these ioctl() calls. In