diff options
Diffstat (limited to 'man/man7')
-rw-r--r-- | man/man7/zmq_cl.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_cpp.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_inproc.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_pgm.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_python.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_ruby.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_tcp.7 | 9 | ||||
-rw-r--r-- | man/man7/zmq_udp.7 | 9 |
8 files changed, 72 insertions, 0 deletions
diff --git a/man/man7/zmq_cl.7 b/man/man7/zmq_cl.7 new file mode 100644 index 0000000..bbe96c1 --- /dev/null +++ b/man/man7/zmq_cl.7 @@ -0,0 +1,9 @@ +.TH zmq_cl 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +Common Lisp API for 0MQ lightweight messaging kernel +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_cpp.7 b/man/man7/zmq_cpp.7 new file mode 100644 index 0000000..d068901 --- /dev/null +++ b/man/man7/zmq_cpp.7 @@ -0,0 +1,9 @@ +.TH zmq_cpp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +C++ API for 0MQ lightweight messaging kernel +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_inproc.7 b/man/man7/zmq_inproc.7 new file mode 100644 index 0000000..b87315f --- /dev/null +++ b/man/man7/zmq_inproc.7 @@ -0,0 +1,9 @@ +.TH zmq_inproc 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +In-process (inter-thread) tranport for 0MQ +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_pgm.7 b/man/man7/zmq_pgm.7 new file mode 100644 index 0000000..cacbfa8 --- /dev/null +++ b/man/man7/zmq_pgm.7 @@ -0,0 +1,9 @@ +.TH zmq_pgm 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +PGM-based tranport for 0MQ +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_python.7 b/man/man7/zmq_python.7 new file mode 100644 index 0000000..3538ea7 --- /dev/null +++ b/man/man7/zmq_python.7 @@ -0,0 +1,9 @@ +.TH zmq_python 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +Python API for 0MQ lightweight messaging kernel +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_ruby.7 b/man/man7/zmq_ruby.7 new file mode 100644 index 0000000..fb0c654 --- /dev/null +++ b/man/man7/zmq_ruby.7 @@ -0,0 +1,9 @@ +.TH zmq_ruby 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +Ruby API for 0MQ lightweight messaging kernel +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_tcp.7 b/man/man7/zmq_tcp.7 new file mode 100644 index 0000000..388704b --- /dev/null +++ b/man/man7/zmq_tcp.7 @@ -0,0 +1,9 @@ +.TH zmq_tcp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +TCP-based tranport for 0MQ +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + diff --git a/man/man7/zmq_udp.7 b/man/man7/zmq_udp.7 new file mode 100644 index 0000000..2e6d7d0 --- /dev/null +++ b/man/man7/zmq_udp.7 @@ -0,0 +1,9 @@ +.TH zmq_udp 7 "" "(c)2007-2009 FastMQ Inc." "0MQ User Manuals" +.SH NAME +UDP-based tranport for 0MQ +.SH SYNOPSIS +.SH DESCRIPTION +.SH "SEE ALSO" +.SH AUTHOR +Martin Sustrik <sustrik at fastmq dot com> + |