aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/libnng.3.adoc')
-rw-r--r--docs/man/libnng.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/libnng.3.adoc b/docs/man/libnng.3.adoc
index b4bf9b0f..6107da99 100644
--- a/docs/man/libnng.3.adoc
+++ b/docs/man/libnng.3.adoc
@@ -21,7 +21,7 @@ libnng - nanomsg next generation library
== DESCRIPTION
-The xref:nng.7.adoc[_nng_] library provides a common messaging framework
+xref:nng.7.adoc[_NNG_] provides a common messaging framework
intended to solve common communication problems in distributed applications.
It provides a C language API.
@@ -136,7 +136,7 @@ mode may need to access the header of messages.
=== Asynchronous Operations
-Most applications will interact with _nng_ synchronously; that is that
+Most applications will interact with _NNG_ synchronously; that is that
functions such as xref:nng_send.3.adoc[`nng_send()`] will block the calling
thread until the operation has completed.