diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-15 20:49:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-15 20:49:28 -0800 |
| commit | a245b3add629d081015b0f7223e978f000949aa8 (patch) | |
| tree | b4fa22e07448049f1f2836ce61d30ade9d0f1c11 /docs/nng_tls_config_free.adoc | |
| parent | e7f2bd6e34fa2af9f55f200cda4bb6ceecb2ee89 (diff) | |
| download | nng-a245b3add629d081015b0f7223e978f000949aa8.tar.gz nng-a245b3add629d081015b0f7223e978f000949aa8.tar.bz2 nng-a245b3add629d081015b0f7223e978f000949aa8.zip | |
Minor markup fixes for TLS pages.
Diffstat (limited to 'docs/nng_tls_config_free.adoc')
| -rw-r--r-- | docs/nng_tls_config_free.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/nng_tls_config_free.adoc b/docs/nng_tls_config_free.adoc index 823127fb..e3b2f29a 100644 --- a/docs/nng_tls_config_free.adoc +++ b/docs/nng_tls_config_free.adoc @@ -25,7 +25,7 @@ void nng_tls_config_free(nni_tls_config *cfg); == DESCRIPTION The `nng_tls_config_free()` decrements the reference count on the -TLS configuration object pointed to by 'cfg', and if the resulting +TLS configuration object pointed to by _cfg_, and if the resulting reference count is zero, then deallocates the configuration object. == RETURN VALUES |
