summaryrefslogtreecommitdiff
path: root/doc/zmq_getsockopt.txt
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2010-10-17 10:26:06 +0200
committerMartin Sustrik <sustrik@250bpm.com>2010-10-17 10:26:06 +0200
commit0c86f90280d69bd360f7566f9549c904c26d5e42 (patch)
treeee5af4a9047121ebd3c289c5b8174fa6b3fe29ec /doc/zmq_getsockopt.txt
parenta780833683ed1f5bc4a112644836973f8282434b (diff)
Minor typo fixed in zmq_getsockopt(3) man page.
Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'doc/zmq_getsockopt.txt')
-rw-r--r--doc/zmq_getsockopt.txt2
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.