Skip to content

Commit

Permalink
layout and wording fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore committed May 28, 2020
1 parent bdbddbc commit 2f288bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/man/nng_version.3.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= nng_version(3)
//
// Copyright 2018 Staysail Systems, Inc. <[email protected]>
// Copyright 2020 Staysail Systems, Inc. <[email protected]>
// Copyright 2018 Capitar IT Group BV <[email protected]>
//
// This document is supplied under the terms of the MIT License, a
Expand Down Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit 2f288bd

Please sign in to comment.