summaryrefslogtreecommitdiff
path: root/doc/zmq_send.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-04-19 08:08:15 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-04-19 08:08:15 +0200
commit581697695aac72894f2d3fefac904b9d50b3ba67 (patch)
tree1cb79d95271bb924f039ad915347020ff94269dc /doc/zmq_send.txt
parent20e0b7cdcb6e8095fbadb80765e9371803184060 (diff)
Message validity is checked in the runtime
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/zmq_send.txt')
-rw-r--r--doc/zmq_send.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/zmq_send.txt b/doc/zmq_send.txt
index 2a63cc6..85ac3b7 100644
--- a/doc/zmq_send.txt
+++ b/doc/zmq_send.txt
@@ -78,6 +78,8 @@ The provided 'socket' was invalid.
*EINTR*::
The operation was interrupted by delivery of a signal before the message was
sent.
+*EFAULT*::
+Invalid message.
EXAMPLE