aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2024-10-06 21:53:19 -0700
committerGarrett D'Amore <garrett@damore.org>2024-10-06 21:53:19 -0700
commit7dd81b3c116127f8eed3dc6f05c62ec36b0097d8 (patch)
tree2ff686672fcb0481e17c885b2d6c29dc940a32f2 /docs/man/libnng.3.adoc
parentc6a0c724eead547ec53079e52ca93ffa52cb42fd (diff)
downloadnng-7dd81b3c116127f8eed3dc6f05c62ec36b0097d8.tar.gz
nng-7dd81b3c116127f8eed3dc6f05c62ec36b0097d8.tar.bz2
nng-7dd81b3c116127f8eed3dc6f05c62ec36b0097d8.zip
Converted nng_strdup and nng_strfree to mdbook.
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc13
1 files changed, 8 insertions, 5 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index 8fe595f0..c6c5b311 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -26,19 +26,22 @@ intended to solve common communication problems in distributed applications.
It provides a C language API.
+<!--
=== Common Functions
The following common functions exist in _libnng_.
|===
-//|xref:nng_alloc.3.adoc[nng_alloc()]|allocate memory
-//|xref:nng_free.3.adoc[nng_free()]|free memory
-|xref:nng_strdup.3.adoc[nng_strdup()]|duplicate string
-//|xref:nng_strerror.3.adoc[nng_strerror()]|return an error description
-|xref:nng_strfree.3.adoc[nng_strfree()]|free string
+// |xref:nng_alloc.3.adoc[nng_alloc()]|allocate memory
+// |xref:nng_free.3.adoc[nng_free()]|free memory
+// |xref:nng_strdup.3.adoc[nng_strdup()]|duplicate string
+// |xref:nng_strerror.3.adoc[nng_strerror()]|return an error description
+// |xref:nng_strfree.3.adoc[nng_strfree()]|free string
// |xref:nng_version.3.adoc[nng_version()]|report library version
|===
+-->
+
=== Socket Functions
The following functions operate on sockets.