aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_version.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_version.adoc')
-rw-r--r--docs/man/nng_version.adoc19
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/man/nng_version.adoc b/docs/man/nng_version.adoc
index 3f69b0ca..bc578682 100644
--- a/docs/man/nng_version.adoc
+++ b/docs/man/nng_version.adoc
@@ -24,27 +24,28 @@ 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.
+The ((`nng_version()`)) function returns a human readable ((version number))
+for the _nng_ library.
+This is intended for output in programs, and so forth.
Additionally, compile time version information is available
via some predefined macros:
-`NNG_MAJOR_VERSION`:: Major version number.
-`NNG_MINOR_VERSION`:: Minor version number.
-`NNG_PATCH_VERSION`:: Patch version number.
+((`NNG_MAJOR_VERSION`)):: Major version number.
+((`NNG_MINOR_VERSION`)):: Minor version number.
+((`NNG_PATCH_VERSION`)):: Patch version number.
The _nng_ library is developed and released using
-http:///www.semver.org[Semantic Versioning 2.0], and
+http://www.semver.org[Semantic Versioning 2.0], and
the version numbers reported refer to both the API and the
-library itself. (The ABI -- binary interface -- between the
+library itself.
+(The ((ABI)) -- ((application binary interface)) -- between the
library and the application is controlled in a similar, but different
manner depending upon the link options and how the library is built.)
== RETURN VALUES
-C string (NUL-terminated) containing the library version number.
+C string (`NUL`-terminated) containing the library version number.
== ERRORS