From f4832faf29df6470bf59f1f1866c07fa4278a75b Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 21 Jan 2010 16:30:42 +0100 Subject: small fix to man pages to comply with lintian --- man/man7/zmq_cl.7 | 2 +- man/man7/zmq_cpp.7 | 2 +- man/man7/zmq_inproc.7 | 2 +- man/man7/zmq_ipc.7 | 2 +- man/man7/zmq_java.7 | 9 +++++++++ man/man7/zmq_pgm.7 | 2 +- man/man7/zmq_python.7 | 2 +- man/man7/zmq_ruby.7 | 2 +- man/man7/zmq_tcp.7 | 2 +- man/man7/zmq_udp.7 | 2 +- 10 files changed, 18 insertions(+), 9 deletions(-) create mode 100644 man/man7/zmq_java.7 (limited to 'man/man7') diff --git a/man/man7/zmq_cl.7 b/man/man7/zmq_cl.7 index c4f0162..0439028 100644 --- a/man/man7/zmq_cl.7 +++ b/man/man7/zmq_cl.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_cpp.7 b/man/man7/zmq_cpp.7 index 63f6e79..e3324ba 100644 --- a/man/man7/zmq_cpp.7 +++ b/man/man7/zmq_cpp.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_inproc.7 b/man/man7/zmq_inproc.7 index 16abce6..279d9b5 100644 --- a/man/man7/zmq_inproc.7 +++ b/man/man7/zmq_inproc.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_ipc.7 b/man/man7/zmq_ipc.7 index e1731ad..b8c08e5 100644 --- a/man/man7/zmq_ipc.7 +++ b/man/man7/zmq_ipc.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_java.7 b/man/man7/zmq_java.7 new file mode 100644 index 0000000..dd0242f --- /dev/null +++ b/man/man7/zmq_java.7 @@ -0,0 +1,9 @@ +.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 + diff --git a/man/man7/zmq_pgm.7 b/man/man7/zmq_pgm.7 index 6d70a56..cec50cf 100644 --- a/man/man7/zmq_pgm.7 +++ b/man/man7/zmq_pgm.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_python.7 b/man/man7/zmq_python.7 index ee339f9..45a3cfe 100644 --- a/man/man7/zmq_python.7 +++ b/man/man7/zmq_python.7 @@ -1,6 +1,6 @@ .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" diff --git a/man/man7/zmq_ruby.7 b/man/man7/zmq_ruby.7 index e54a304..71e3aa0 100644 --- a/man/man7/zmq_ruby.7 +++ b/man/man7/zmq_ruby.7 @@ -1,6 +1,6 @@ .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" diff --git a/man/man7/zmq_tcp.7 b/man/man7/zmq_tcp.7 index 52bf0d2..23c736b 100644 --- a/man/man7/zmq_tcp.7 +++ b/man/man7/zmq_tcp.7 @@ -1,6 +1,6 @@ .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 diff --git a/man/man7/zmq_udp.7 b/man/man7/zmq_udp.7 index 0425817..2e77ffe 100644 --- a/man/man7/zmq_udp.7 +++ b/man/man7/zmq_udp.7 @@ -1,6 +1,6 @@ .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 -- cgit v1.2.3