aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_version.3.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-06-18 20:31:18 -0700
committerGarrett D'Amore <garrett@damore.org>2020-06-18 20:31:18 -0700
commitd0ac83e34bde86e1fa888677adf7c99217e3205a (patch)
tree21230060fa8d72fbebda5cf4b55c37bd3437ec1b /docs/man/nng_version.3.adoc
parentdbc61a5038cacc516a49d00a59a669e2617cff51 (diff)
downloadnng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.gz
nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.tar.bz2
nng-d0ac83e34bde86e1fa888677adf7c99217e3205a.zip
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.
Diffstat (limited to 'docs/man/nng_version.3.adoc')
-rw-r--r--docs/man/nng_version.3.adoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/man/nng_version.3.adoc b/docs/man/nng_version.3.adoc
index fcd85f23..8859a46a 100644
--- a/docs/man/nng_version.3.adoc
+++ b/docs/man/nng_version.3.adoc
@@ -25,8 +25,7 @@ const char * nng_version(void);
== DESCRIPTION
The `nng_version()` function returns a human readable ((version number))
-for the _nng_ library.
-This is intended for output in programs, and so forth.
+for _NNG_.
Additionally, compile time version information is available
via some predefined macros:
@@ -36,7 +35,7 @@ via some predefined macros:
((`NNG_MINOR_VERSION`)):: Minor version number.
((`NNG_PATCH_VERSION`)):: Patch version number.
-The _nng_ library is developed and released using
+_NNG_ is developed and released using
http://www.semver.org[Semantic Versioning 2.0], and
the version numbers reported refer to both the API and the
library itself.