diff --git a/doc/zmq_msg_init.txt b/doc/zmq_msg_init.txt index c94d7083..bacfa40f 100644 --- a/doc/zmq_msg_init.txt +++ b/doc/zmq_msg_init.txt @@ -28,8 +28,7 @@ _zmq_msg_init_size()_ are mutually exclusive. Never initialize the same RETURN VALUE ------------ -The _zmq_msg_init()_ function shall return zero if successful. Otherwise it -shall return `-1` and set 'errno' to one of the values defined below. +The _zmq_msg_init()_ function always returns zero. ERRORS