diff options
Diffstat (limited to 'man/tip/nng.7.html')
| -rw-r--r-- | man/tip/nng.7.html | 190 |
1 files changed, 135 insertions, 55 deletions
diff --git a/man/tip/nng.7.html b/man/tip/nng.7.html index b6517f9a..c02ba10f 100644 --- a/man/tip/nng.7.html +++ b/man/tip/nng.7.html @@ -580,66 +580,146 @@ other languages please check the <a href="http://nanomsg.org/">website</a>.</p> <div class="sect1"> <h2 id="_protocols">Protocols</h2> <div class="sectionbody"> -<div class="ulist"> -<ul> -<li> -<p><a href="nng_bus.7.html">nng_bus(7)</a> - Bus protocol</p> -</li> -<li> -<p><a href="nng_pair.7.html">nng_pair(7)</a> - Pair protocol</p> -</li> -<li> -<p><a href="nng_pub.7.html">nng_pub(7)</a> - Publisher side of publish/subscribe protocol</p> -</li> -<li> -<p><a href="nng_pull.7.html">nng_pull(7)</a> - Pull side of pipeline protocol</p> -</li> -<li> -<p><a href="nng_push.7.html">nng_push(7)</a> - Push side of pipeline protocol</p> -</li> -<li> -<p><a href="nng_sub.7.html">nng_sub(7)</a> - Subscriber side of publish/subscribe protocol</p> -</li> -<li> -<p><a href="nng_rep.7.html">nng_rep(7)</a> - Reply side of request/reply protocol</p> -</li> -<li> -<p><a href="nng_req.7.html">nng_req(7)</a> - Request side of request/reply protocol</p> -</li> -<li> -<p><a href="nng_respondent.7.html">nng_respondent(7)</a> - Respondent side of survey protocol</p> -</li> -<li> -<p><a href="nng_surveyor.7.html">nng_surveyor(7)</a> - Surveyor side of survey protocol</p> -</li> -</ul> +<div class="hdlist"> +<table> +<tr> +<td class="hdlist1"> +<a href="nng_bus.7.html">nng_bus(7)</a> +</td> +<td class="hdlist2"> +<p>Bus protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_pair.7.html">nng_pair(7)</a> +</td> +<td class="hdlist2"> +<p>Pair protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_pub.7.html">nng_pub(7)</a> +</td> +<td class="hdlist2"> +<p>Publisher side of publish/subscribe protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_pull.7.html">nng_pull(7)</a> +</td> +<td class="hdlist2"> +<p>Pull side of pipeline protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_push.7.html">nng_push(7)</a> +</td> +<td class="hdlist2"> +<p>Push side of pipeline protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_sub.7.html">nng_sub(7)</a> +</td> +<td class="hdlist2"> +<p>Subscriber side of publish/subscribe protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_rep.7.html">nng_rep(7)</a> +</td> +<td class="hdlist2"> +<p>Reply side of request/reply protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_req.7.html">nng_req(7)</a> +</td> +<td class="hdlist2"> +<p>Request side of request/reply protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_respondent.7.html">nng_respondent(7)</a> +</td> +<td class="hdlist2"> +<p>Respondent side of survey protocol</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_surveyor.7.html">nng_surveyor(7)</a> +</td> +<td class="hdlist2"> +<p>Surveyor side of survey protocol</p> +</td> +</tr> +</table> </div> </div> </div> <div class="sect1"> <h2 id="_transports">Transports</h2> <div class="sectionbody"> -<div class="ulist"> -<ul> -<li> -<p><a href="nng_inproc.7.html">nng_inproc(7)</a> - Intra-process transport</p> -</li> -<li> -<p><a href="nng_ipc.7.html">nng_ipc(7)</a> - Inter-process transport</p> -</li> -<li> -<p><a href="nng_tls.7.html">nng_tls(7)</a> - TLSv1.2 over TCP transport</p> -</li> -<li> -<p><a href="nng_tcp.7.html">nng_tcp(7)</a> - TCP (and TCPv6) transport</p> -</li> -<li> -<p><a href="nng_ws.7.html">nng_ws(7)</a> - WebSocket transport</p> -</li> -<li> -<p><a href="nng_zerotier.7.html">nng_zerotier(7)</a> - ZeroTier transport</p> -</li> -</ul> +<div class="hdlist"> +<table> +<tr> +<td class="hdlist1"> +<a href="nng_inproc.7.html">nng_inproc(7)</a> +</td> +<td class="hdlist2"> +<p>Intra-process transport</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_ipc.7.html">nng_ipc(7)</a> +</td> +<td class="hdlist2"> +<p>Inter-process transport</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_tls.7.html">nng_tls(7)</a> +</td> +<td class="hdlist2"> +<p>TLSv1.2 over TCP transport</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_tcp.7.html">nng_tcp(7)</a> +</td> +<td class="hdlist2"> +<p>TCP (and TCPv6) transport</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_ws.7.html">nng_ws(7)</a> +</td> +<td class="hdlist2"> +<p>WebSocket transport</p> +</td> +</tr> +<tr> +<td class="hdlist1"> +<a href="nng_zerotier.7.html">nng_zerotier(7)</a> +</td> +<td class="hdlist2"> +<p>ZeroTier transport</p> +</td> +</tr> +</table> </div> </div> </div> @@ -817,7 +897,7 @@ confusion when they are parsed on different systems. <div class="sect1"> <h2 id="_see_also">SEE ALSO</h2> <div class="sectionbody"> -<div class="paragraph"> +<div class="paragraph text-left"> <p><a href="libnng.3.html">libnng(3)</a>, <a href="nng_compat.3compat.html">nng_compat(3compat)</a></p> </div> |
