summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStaysail Systems, Inc <info@staysail.tech>2023-11-26 12:09:34 -0800
committerGarrett D'Amore <garrett@damore.org>2023-11-26 12:10:21 -0800
commit2b5c463857370e37f6989d95ec94e99aefd13062 (patch)
tree2c94795f94d6c66c4de1dad8d282d1fee6f05c9a
parent90a160b19a631774376e06334b047549b4264e85 (diff)
downloadnng-2b5c463857370e37f6989d95ec94e99aefd13062.tar.gz
nng-2b5c463857370e37f6989d95ec94e99aefd13062.tar.bz2
nng-2b5c463857370e37f6989d95ec94e99aefd13062.zip
Manual page updates for tip
-rw-r--r--man/tip/libnng.3.html19
-rw-r--r--man/tip/nng_http_handler_collect_body.3http.html2
2 files changed, 20 insertions, 1 deletions
diff --git a/man/tip/libnng.3.html b/man/tip/libnng.3.html
index c5c31fae..61b5b3ae 100644
--- a/man/tip/libnng.3.html
+++ b/man/tip/libnng.3.html
@@ -684,6 +684,25 @@ concurrent applications.</p>
</table>
</div>
<div class="sect2">
+<h3 id="_devices_relays">Devices, Relays</h3>
+<div class="paragraph">
+<p>The following function family is used to create forwarders or relayers
+that route messages from one socket to another.</p>
+</div>
+<table class="tableblock frame-all grid-all stretch">
+<colgroup>
+<col style="width: 50%;">
+<col style="width: 50%;">
+</colgroup>
+<tbody>
+<tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="nng_device.3.html">nng_device()</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">message forwarding device</p></td>
+</tr>
+</tbody>
+</table>
+</div>
+<div class="sect2">
<h3 id="_statistics">Statistics</h3>
<div class="paragraph">
<p>The following functions provide access to statistics which can be used
diff --git a/man/tip/nng_http_handler_collect_body.3http.html b/man/tip/nng_http_handler_collect_body.3http.html
index 2d200e6c..fdb8acd8 100644
--- a/man/tip/nng_http_handler_collect_body.3http.html
+++ b/man/tip/nng_http_handler_collect_body.3http.html
@@ -29,7 +29,7 @@ title: nng_http_handler_collect_body(3http)
<h2 id="_description">DESCRIPTION</h2>
<div class="sectionbody">
<div class="paragraph">
-<p>The <code>nng_http_handler_collect_data()</code> function causes the <em>handler</em> to
+<p>The <code>nng_http_handler_collect_body()</code> function causes the <em>handler</em> to
collect any request body that was submitted with the request, and attach
it to the <code>nng_http_req</code> before the handler is called.</p>
</div>