mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-01 21:13:13 +01:00
man pages - initial (dummy) version
This commit is contained in:
12
man/man3/zmq_bind.3
Normal file
12
man/man3/zmq_bind.3
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user