diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:58:44 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:58:44 -0800 |
| commit | 80c30307f446eab04e0f809c5b29a61d19a46961 (patch) | |
| tree | 77974cc25b4973b09008a4f231ffbb7c7e5908e0 /docs | |
| parent | 1610ede8abfc296c5991deb4fb35327eceed6dff (diff) | |
| download | nng-80c30307f446eab04e0f809c5b29a61d19a46961.tar.gz nng-80c30307f446eab04e0f809c5b29a61d19a46961.tar.bz2 nng-80c30307f446eab04e0f809c5b29a61d19a46961.zip | |
fixes #805 Bad cross reference in nng_stat_value page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/man/nng_stat_value.3.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_stat_value.3.adoc b/docs/man/nng_stat_value.3.adoc index 2864ba30..320e2f01 100644 --- a/docs/man/nng_stat_value.3.adoc +++ b/docs/man/nng_stat_value.3.adoc @@ -30,7 +30,7 @@ The `nng_stat_value()` function returns a numeric value for the statistic _stat_ If the statistic has a boolean value, then zero is returned for `false`, and one is returned for `true`. Otherwise, if the string is not of numeric type, then zero is returned. -See `<<nng_stat_type.3#,nng_stat_type(3)>>` for a description of statistic types. +See `<<nng_stat_type.3#,nng_stat_type()>>` for a description of statistic types. == RETURN VALUES |
