diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-11-11 23:54:38 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-11-11 23:54:38 -0800 |
| commit | 296d35fe695943a09dcc45469aa5aeadc619cf08 (patch) | |
| tree | 00227268ebd8f873973b8cc5219d4c2c7e1ce40b | |
| parent | 66ff33813a8cd9d4cba96280bb613762fb0c2ce2 (diff) | |
| download | nng-296d35fe695943a09dcc45469aa5aeadc619cf08.tar.gz nng-296d35fe695943a09dcc45469aa5aeadc619cf08.tar.bz2 nng-296d35fe695943a09dcc45469aa5aeadc619cf08.zip | |
Editorial fixes to new nng_stat_bool page.
| -rw-r--r-- | docs/man/nng_stat_bool.3.adoc | 6 | ||||
| -rw-r--r-- | docs/man/nng_stat_value.3.adoc | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/man/nng_stat_bool.3.adoc b/docs/man/nng_stat_bool.3.adoc index 17b7bbca..678b45aa 100644 --- a/docs/man/nng_stat_bool.3.adoc +++ b/docs/man/nng_stat_bool.3.adoc @@ -1,6 +1,6 @@ -= nng_stat_value(3) += nng_stat_bool(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 @@ -11,7 +11,7 @@ == NAME -nng_stat_value - get statistic value +nng_stat_bool - get statistic Boolean value == SYNOPSIS diff --git a/docs/man/nng_stat_value.3.adoc b/docs/man/nng_stat_value.3.adoc index 32b87e12..d5d28473 100644 --- a/docs/man/nng_stat_value.3.adoc +++ b/docs/man/nng_stat_value.3.adoc @@ -11,7 +11,7 @@ == NAME -nng_stat_value - get statistic value +nng_stat_value - get statistic numeric value == SYNOPSIS |
