man pages - initial (dummy) version

This commit is contained in:
Martin Sustrik
2009-11-22 08:47:06 +01:00
parent c41daca3da
commit 55b64a02e7
17 changed files with 229 additions and 3 deletions

12
man/man3/zmq_connect.3 Normal file
View File

@@ -0,0 +1,12 @@
.TH zmq_connect 3 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals"
.SH NAME
zmq_connect \- connects the socket to the specified address
.SH SYNOPSIS
.B int zmq_connect (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>