summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDjalal Harouni <tixxdz@opendz.org>2015-01-28 23:43:31 +0100
committerDjalal Harouni <tixxdz@opendz.org>2015-01-28 23:43:31 +0100
commitdf1c1bf855795b34e39d7ae236fcce93c3e6ed72 (patch)
treeefb2a0d339c0f56603928428e3ff651525fe7a22
parent97d8d5b33951f026959a7a07481bdc909c751564 (diff)
downloadkdbus-bus-df1c1bf855795b34e39d7ae236fcce93c3e6ed72.tar.gz
kdbus-bus-df1c1bf855795b34e39d7ae236fcce93c3e6ed72.tar.bz2
kdbus-bus-df1c1bf855795b34e39d7ae236fcce93c3e6ed72.zip
doc: KDBUS_MSG_PAYLOAD_{VEC|MEMFD} => KDBUS_ITEM_PAYLOAD_{VEC|MEMDF}
KDBUS_MSG_PAYLOAD_{VEC|MEMFD} were renamed to KDBUS_ITEM_PAYLOAD_{VEC|MEMDF} Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
-rw-r--r--doc/kdbus.message.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/kdbus.message.xml b/doc/kdbus.message.xml
index 289a9d779e7..7a9f9f1d2be 100644
--- a/doc/kdbus.message.xml
+++ b/doc/kdbus.message.xml
@@ -71,7 +71,7 @@ struct kdbus_cmd_send {
non-blocking. However, as there are many use cases that need to wait
for a remote peer to answer a method call, there's a way to send a
message and wait for a reply in a synchronous fashion. This is what
- the KDBUS_MSG_SYNC_REPLY controls. The KDBUS_CMD_SEND ioctl will block
+ the KDBUS_SEND_SYNC_REPLY controls. The KDBUS_CMD_SEND ioctl will block
until the reply has arrived, the timeout limit is reached, in case the
remote connection was shut down, or if interrupted by a signal before
any reply; see signal(7).
@@ -447,7 +447,7 @@ struct kdbus_msg {
<variablelist>
<varlistentry>
- <term><constant>KDBUS_MSG_PAYLOAD_VEC</constant></term>
+ <term><constant>KDBUS_ITEM_PAYLOAD_VEC</constant></term>
<listitem>
<para>
Messages are directly copied by the sending process into the receiver's pool.
@@ -458,7 +458,7 @@ struct kdbus_msg {
</varlistentry>
<varlistentry>
- <term><constant>KDBUS_MSG_PAYLOAD_MEMFD</constant></term>
+ <term><constant>KDBUS_ITEM_PAYLOAD_MEMFD</constant></term>
<listitem>
<para>
Messages can reference <emphasis>memfd</emphasis> files which contain the data.