summaryrefslogtreecommitdiff
path: root/man/man3/zmq_bind.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/man3/zmq_bind.3')
-rw-r--r--man/man3/zmq_bind.312
1 files changed, 12 insertions, 0 deletions
diff --git a/man/man3/zmq_bind.3 b/man/man3/zmq_bind.3
new file mode 100644
index 0000000..70f1df7
--- /dev/null
+++ b/man/man3/zmq_bind.3
@@ -0,0 +1,12 @@
+.TH zmq_bind 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
+.SH NAME
+zmq_bind \- binds the socket to the specified address
+.SH SYNOPSIS
+.B int zmq_bind (void *s, const char *addr);
+.SH DESCRIPTION
+.SH RETURN VALUE
+.SH ERRORS
+.SH EXAMPLE
+.SH SEE ALSO
+.SH AUTHOR
+Martin Sustrik <sustrik at 250bpm dot com>