summaryrefslogtreecommitdiff
path: root/doc/zmq_msg_copy.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_msg_copy.txt
parent20e0b7cdcb6e8095fbadb80765e9371803184060 (diff)
Message validity is checked in the runtime
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/zmq_msg_copy.txt')
-rw-r--r--doc/zmq_msg_copy.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/zmq_msg_copy.txt b/doc/zmq_msg_copy.txt
index f41a42e..e393f03 100644
--- a/doc/zmq_msg_copy.txt
+++ b/doc/zmq_msg_copy.txt
@@ -37,7 +37,8 @@ shall return `-1` and set 'errno' to one of the values defined below.
ERRORS
------
-No errors are defined.
+*EFAULT*::
+Invalid message.
SEE ALSO