doc: KDBUS_MSG_FLAGS_SYNC_REPLY can be interrupted by a signal delivery
authorDjalal Harouni <tixxdz@opendz.org>
Mon, 13 Oct 2014 15:59:17 +0000 (16:59 +0100)
committerDjalal Harouni <tixxdz@opendz.org>
Mon, 13 Oct 2014 15:59:17 +0000 (16:59 +0100)
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
kdbus.txt

index 0abb1b1280cbc03ce5f79be5cce8d3597679870d..3a219be698c5650e9a44d9fb19be399f287e2ef1 100644 (file)
--- a/kdbus.txt
+++ b/kdbus.txt
@@ -681,7 +681,8 @@ struct kdbus_msg {
       message and wait for a reply in a synchronous fashion. This is what
       the KDBUS_MSG_FLAGS_SYNC_REPLY controls. The KDBUS_CMD_MSG_SEND ioctl
       will block until the reply has arrived, the timeout limit is reached,
-      or in case the remote connection was shut down.
+      in case the remote connection was shut down, or if interrupted by
+      a signal before any reply; see signal(7).
 
       The offset of the reply message in the sender's pool is stored in
       in 'offset_reply' when the ioctl has returned without error. Hence,