aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-05-27 21:08:50 -0700
committerGarrett D'Amore <garrett@damore.org>2020-05-27 21:08:50 -0700
commit2f288bddf5b501f029d080835f439ecd9c0eae47 (patch)
treeb353f7e5a2ca60813caa47c642de93d8d77e0f31
parentbdbddbc805d1d0450476707f20ccbbde2ede8cf7 (diff)
downloadnng-2f288bddf5b501f029d080835f439ecd9c0eae47.tar.gz
nng-2f288bddf5b501f029d080835f439ecd9c0eae47.tar.bz2
nng-2f288bddf5b501f029d080835f439ecd9c0eae47.zip
layout and wording fixes
-rw-r--r--docs/man/nng_version.3.adoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nng_version.3.adoc b/docs/man/nng_version.3.adoc
index 13c975b5..fcd85f23 100644
--- a/docs/man/nng_version.3.adoc
+++ b/docs/man/nng_version.3.adoc
@@ -1,6 +1,6 @@
= nng_version(3)
//
-// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech>
+// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech>
// Copyright 2018 Capitar IT Group BV <info@capitar.com>
//
// This document is supplied under the terms of the MIT License, a
@@ -31,6 +31,7 @@ This is intended for output in programs, and so forth.
Additionally, compile time version information is available
via some predefined macros:
+[horizontal]
((`NNG_MAJOR_VERSION`)):: Major version number.
((`NNG_MINOR_VERSION`)):: Minor version number.
((`NNG_PATCH_VERSION`)):: Patch version number.
@@ -45,7 +46,7 @@ manner depending upon the link options and how the library is built.)
== RETURN VALUES
-C string (`NUL`-terminated) containing the library version number.
+Null-terminated string containing the library version number.
== ERRORS