diff options
author | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 10:26:06 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2010-10-17 10:26:06 +0200 |
commit | 0c86f90280d69bd360f7566f9549c904c26d5e42 (patch) | |
tree | ee5af4a9047121ebd3c289c5b8174fa6b3fe29ec | |
parent | a780833683ed1f5bc4a112644836973f8282434b (diff) |
Minor typo fixed in zmq_getsockopt(3) man page.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
-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. |