Commit 0c86f902 authored by Martin Sustrik's avatar Martin Sustrik

Minor typo fixed in zmq_getsockopt(3) man page.

Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
parent a7808336
...@@ -28,7 +28,7 @@ The following options can be retrieved with the _zmq_getsockopt()_ function: ...@@ -28,7 +28,7 @@ The following options can be retrieved with the _zmq_getsockopt()_ function:
ZMQ_TYPE: Retrieve socket type. ZMQ_TYPE: Retrieve socket type.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The 'ZMQ_TYPE option shall retrieve the socket type for the specified The 'ZMQ_TYPE' option shall retrieve the socket type for the specified
'socket'. The socket type is specified at socket creation time and 'socket'. The socket type is specified at socket creation time and
cannot be modified afterwards. cannot be modified afterwards.
......
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