From d0ac83e34bde86e1fa888677adf7c99217e3205a Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 18 Jun 2020 20:31:18 -0700 Subject: Harmonize the use of NNG in documentation. NNG is always a noun, never an adjective, and should always be capitalized. We also reduced some unnecessary usages of it. --- docs/man/libnng.3.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/man/libnng.3.adoc') 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. -- cgit v1.2.3-70-g09d2