diff options
-rw-r--r-- | doc/zmq_getsockopt.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index 4413d8b..34e6084 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -28,7 +28,7 @@ The following options can be retrieved with the _zmq_getsockopt()_ function: 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 cannot be modified afterwards. |