Commit 860c905e authored by Anton Dimitrov's avatar Anton Dimitrov

Removes unneeded trailing spaces in doc.

parent 082457b6
...@@ -57,8 +57,8 @@ when sending each message part except the final one. ...@@ -57,8 +57,8 @@ when sending each message part except the final one.
RETURN VALUE RETURN VALUE
------------ ------------
The _zmq_msg_send()_ function shall return number of bytes in the message The _zmq_msg_send()_ function shall return number of bytes in the message
if successful (if number of bytes is higher than 'MAX_INT', the function will if successful (if number of bytes is higher than 'MAX_INT', the function will
return 'MAX_INT'). Otherwise it shall return `-1` and set 'errno' to one of the return 'MAX_INT'). Otherwise it shall return `-1` and set 'errno' to one of the
values defined below. values defined below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment