diff options
author | Carl Clemens <carlclemens1@yahoo.com> | 2011-06-26 16:19:45 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2011-06-26 16:19:45 +0200 |
commit | 3ae73ee11f13bbc9c91b235de18fde763c359009 (patch) | |
tree | 433cc3124b87f8142923e3bd369284b6c404f4ae /doc | |
parent | 770d0bc77cd1579a1cba33ba1eb3f06839c28c16 (diff) |
Typo in zmq_msg_size(3) fixed
Signed-off-by: Carl Clemens <carlclemens1@yahoo.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/zmq_msg_size.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_msg_size.txt b/doc/zmq_msg_size.txt index 05abfa6..9e3258c 100644 --- a/doc/zmq_msg_size.txt +++ b/doc/zmq_msg_size.txt @@ -23,7 +23,7 @@ _zmq_msg_ family of functions. RETURN VALUE ------------ -Upon successful completion, _zmq_msg_data()_ shall return the size of the +Upon successful completion, _zmq_msg_size()_ shall return the size of the message content in bytes. |