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
f4832faf
Commit
f4832faf
authored
Jan 21, 2010
by
Martin Sustrik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small fix to man pages to comply with lintian
parent
b1b66df3
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
22 additions
and
10 deletions
+22
-10
Makefile.am
man/Makefile.am
+1
-1
convert2html.sh
man/convert2html.sh
+1
-0
convert2pdf.sh
man/convert2pdf.sh
+2
-0
zmq_cl.7
man/man7/zmq_cl.7
+1
-1
zmq_cpp.7
man/man7/zmq_cpp.7
+1
-1
zmq_inproc.7
man/man7/zmq_inproc.7
+1
-1
zmq_ipc.7
man/man7/zmq_ipc.7
+1
-1
zmq_java.7
man/man7/zmq_java.7
+9
-0
zmq_pgm.7
man/man7/zmq_pgm.7
+1
-1
zmq_python.7
man/man7/zmq_python.7
+1
-1
zmq_ruby.7
man/man7/zmq_ruby.7
+1
-1
zmq_tcp.7
man/man7/zmq_tcp.7
+1
-1
zmq_udp.7
man/man7/zmq_udp.7
+1
-1
No files found.
man/Makefile.am
View file @
f4832faf
...
...
@@ -7,7 +7,7 @@ dist_man_MANS = man1/zmq_forwarder.1 man1/zmq_streamer.1 man1/zmq_queue.1 \
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_cl.7 man7/zmq_tcp.7 man7/zmq_udp.7 man7/zmq_pgm.7
\
man7/zmq_inproc.7 man7/zmq_ipc.7
man7/zmq_inproc.7 man7/zmq_ipc.7
man7/zmq_java.7
distclean-local
:
-
rm
*
.pdf
...
...
man/convert2html.sh
View file @
f4832faf
...
...
@@ -44,6 +44,7 @@ groff -man -Thtml man3/zmq_strerror.3 > man3/zmq_strerror.3.html
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
...
...
man/convert2pdf.sh
View file @
f4832faf
...
...
@@ -69,6 +69,8 @@ groff -man -Tps man7/zmq.7 > man7/zmq.7.ps
ps2pdf man7/zmq.7.ps zmq.pdf
groff
-man
-Tps
man7/zmq_cpp.7
>
man7/zmq_cpp.7.ps
ps2pdf man7/zmq_cpp.7.ps zmq_cpp.pdf
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
...
...
man/man7/zmq_cl.7
View file @
f4832faf
.TH zmq_cl 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
Common Lisp API for 0MQ lightweight messaging kernel
0MQ Common Lisp API \- interface between 0MQ and Common Lisp applications
.SH SYNOPSIS
This manual page explains how Common Lisp API maps to underlying C
...
...
man/man7/zmq_cpp.7
View file @
f4832faf
.TH zmq_cpp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
C++ API for 0MQ lightweight messaging kernel
0MQ C++ API \- interface between 0MQ and C++ applications
.SH SYNOPSIS
This manual page explains how C++ API maps to underlying C API. To learn about
...
...
man/man7/zmq_inproc.7
View file @
f4832faf
.TH zmq_inproc 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
In-process (inter-thread) transport for 0MQ
0MQ In-process Transport \- transport to pass messages between threads
.SH SYNOPSIS
In-process transport is optimised for passing messages between threads in the
...
...
man/man7/zmq_ipc.7
View file @
f4832faf
.TH zmq_ipc 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
Inter-process transport for 0MQ
0MQ IPC Transport \- transport to pass messages between processes
.SH SYNOPSIS
Inter-process transport is optimised for passing messages between processes on
...
...
man/man7/zmq_java.7
0 → 100644
View file @
f4832faf
.TH zmq_java 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
0MQ Java API \- interface between 0MQ and Java applications
.SH SYNOPSIS
.SH DESCRIPTION
.SH "SEE ALSO"
.SH AUTHOR
Martin Sustrik <sustrik at 250bpm dot com>
man/man7/zmq_pgm.7
View file @
f4832faf
.TH zmq_pgm 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
PGM-based transport for 0MQ
0MQ PGM Transport \- reliable multicast transport
.SH SYNOPSIS
PGM is a protocol for reliable multicast (RFC3208). 0MQ's PGM transport allows
...
...
man/man7/zmq_python.7
View file @
f4832faf
.TH zmq_python 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
Python API for 0MQ lightweight messaging kernel
0MQ Python API \- interface between 0MQ and Python applications
.SH SYNOPSIS
.SH DESCRIPTION
.SH "SEE ALSO"
...
...
man/man7/zmq_ruby.7
View file @
f4832faf
.TH zmq_ruby 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
Ruby API for 0MQ lightweight messaging kernel
0MQ Ruby API \- interface between 0MQ and Ruby applications
.SH SYNOPSIS
.SH DESCRIPTION
.SH "SEE ALSO"
...
...
man/man7/zmq_tcp.7
View file @
f4832faf
.TH zmq_tcp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
TCP-based transport for 0MQ
0MQ TCP Transport \- unicast transport over the network
.SH SYNOPSIS
TCP is an ubiquitous unicast transport. When connecting distributed
...
...
man/man7/zmq_udp.7
View file @
f4832faf
.TH zmq_udp 7 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME
UDP-based transport for 0MQ
0MQ UDP Transport \- reliable multicast transport
.SH SYNOPSIS
UDP transport is exactly the same as PGM transport except that PGM packets
...
...
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