Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
b86483ac
Commit
b86483ac
authored
Feb 04, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ZMQII-50: Document Ruby Bindings
parent
bc902312
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
13 deletions
+1
-13
Makefile.am
man/Makefile.am
+1
-1
convert2html.sh
man/convert2html.sh
+0
-1
convert2pdf.sh
man/convert2pdf.sh
+0
-2
zmq_ruby.7
man/man7/zmq_ruby.7
+0
-9
No files found.
man/Makefile.am
View file @
b86483ac
...
...
@@ -5,7 +5,7 @@ dist_man_MANS = man1/zmq_forwarder.1 man1/zmq_streamer.1 man1/zmq_queue.1 \
man3/zmq_poll.3 man3/zmq_msg_init.3 man3/zmq_msg_init_size.3
\
man3/zmq_msg_close.3 man3/zmq_msg_move.3 man3/zmq_msg_copy.3
\
man3/zmq_msg_data.3 man3/zmq_msg_size.3 man3/zmq_strerror.3
\
man7/zmq.7 man7/zmq_cpp.7 man7/zmq_python.7
man7/zmq_ruby.7
\
man7/zmq.7 man7/zmq_cpp.7 man7/zmq_python.7
\
man7/zmq_cl.7 man7/zmq_tcp.7 man7/zmq_udp.7 man7/zmq_pgm.7
\
man7/zmq_inproc.7 man7/zmq_ipc.7 man7/zmq_java.7
...
...
man/convert2html.sh
View file @
b86483ac
...
...
@@ -46,7 +46,6 @@ groff -man -Thtml man7/zmq.7 > man7/zmq.7.html
groff
-man
-Thtml
man7/zmq_cpp.7
>
man7/zmq_cpp.7.html
groff
-man
-Thtml
man7/zmq_java.7
>
man7/zmq_java.7.html
groff
-man
-Thtml
man7/zmq_python.7
>
man7/zmq_python.7.html
groff
-man
-Thtml
man7/zmq_ruby.7
>
man7/zmq_ruby.7.html
groff
-man
-Thtml
man7/zmq_cl.7
>
man7/zmq_cl.7.html
groff
-man
-Thtml
man7/zmq_tcp.7
>
man7/zmq_tcp.7.html
groff
-man
-Thtml
man7/zmq_udp.7
>
man7/zmq_udp.7.html
...
...
man/convert2pdf.sh
View file @
b86483ac
...
...
@@ -73,8 +73,6 @@ groff -man -Tps man7/zmq_java.7 > man7/zmq_java.7.ps
ps2pdf man7/zmq_java.7.ps zmq_java.pdf
groff
-man
-Tps
man7/zmq_python.7
>
man7/zmq_python.7.ps
ps2pdf man7/zmq_python.7.ps zmq_python.pdf
groff
-man
-Tps
man7/zmq_ruby.7
>
man7/zmq_ruby.7.ps
ps2pdf man7/zmq_ruby.7.ps zmq_ruby.pdf
groff
-man
-Tps
man7/zmq_cl.7
>
man7/zmq_cl.7.ps
ps2pdf man7/zmq_cl.7.ps zmq_cl.pdf
groff
-man
-Tps
man7/zmq_tcp.7
>
man7/zmq_tcp.7.ps
...
...
man/man7/zmq_ruby.7
deleted
100644 → 0
View file @
bc902312
.TH zmq_ruby 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
0MQ Ruby API \- interface between 0MQ and Ruby applications
.SH SYNOPSIS
.SH DESCRIPTION
.SH "SEE ALSO"
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment