summaryrefslogtreecommitdiff
path: root/man/man3/zmq_init.3
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@fastmq.commkdir>2009-11-22 16:51:21 +0100
committerMartin Sustrik <sustrik@fastmq.commkdir>2009-11-22 16:51:21 +0100
commite90ada0d044636201c57786307a49a52f9cf7643 (patch)
treefa71e4c876ee4b6c02d8e5a34ac63274c3a00af2 /man/man3/zmq_init.3
parent6602cce9af93539df8f1c43235e7e7130a3df60d (diff)
more man pages filled in
Diffstat (limited to 'man/man3/zmq_init.3')
-rw-r--r--man/man3/zmq_init.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man/man3/zmq_init.3 b/man/man3/zmq_init.3
index 1e48fd7..317dbba 100644
--- a/man/man3/zmq_init.3
+++ b/man/man3/zmq_init.3
@@ -25,7 +25,7 @@ Function returns context handle is successful. Otherwise it returns NULL and
sets errno to one of the values below.
.SH ERRORS
.IP "\fBEINVAL\fP"
-- there's less than one application thread allocated, or number of I/O threads
+there's less than one application thread allocated, or number of I/O threads
is negative.
.SH EXAMPLE
.nf
@@ -34,5 +34,6 @@ assert (ctx);
.fi
.SH SEE ALSO
.BR zmq_term (3)
+.BR zmq_socket (3)
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>