diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-01-01 18:11:17 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-01-01 18:12:39 -0800 |
| commit | 7e83c78ad2c98a7c32a1b9557deaa13723e75b02 (patch) | |
| tree | 878f7c8036c1969b41a22198146617cc1a78ddbd /docs/nng_tls_config_free.adoc | |
| parent | 7df0165712bb6ca623830ac55c548696c83e8647 (diff) | |
| download | nng-7e83c78ad2c98a7c32a1b9557deaa13723e75b02.tar.gz nng-7e83c78ad2c98a7c32a1b9557deaa13723e75b02.tar.bz2 nng-7e83c78ad2c98a7c32a1b9557deaa13723e75b02.zip | |
Add TLS configuration manipulation documentation.
While here, also fixup the markup on many of the pages, to
use commas in SEE ALSO, avoid adding the .adoc extension to
cross-references, and correct the link to the MIT license text.
Diffstat (limited to 'docs/nng_tls_config_free.adoc')
| -rw-r--r-- | docs/nng_tls_config_free.adoc | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/docs/nng_tls_config_free.adoc b/docs/nng_tls_config_free.adoc index 8e94e7f2..67fcd540 100644 --- a/docs/nng_tls_config_free.adoc +++ b/docs/nng_tls_config_free.adoc @@ -6,7 +6,8 @@ nng_tls_config_alloc(3) :manvolnum: 3 :icons: font :source-highlighter: pygments -:copyright: Copyright 2017 Staysail Systems, Inc. <info@staysail.tech> \ +:copyright: Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> \ + Copyright 2018 Capitar IT Group BV <info@capitar.com> \ This software is supplied under the terms of the MIT License, a \ copy of which should be located in the distribution where this \ file was obtained (LICENSE.txt). A copy of the license may also \ @@ -29,9 +30,9 @@ void nng_tls_config_free(nni_tls_config *cfg); DESCRIPTION ----------- -The `nng_tls_config_free()` decrements the reference count on a -TLS configuration object, and if the resulting reference count is zero, -then deallocates the configuration object. +The `nng_tls_config_free()` decrements the reference count on the +TLS configuration object pointed to by 'cfg', and if the resulting +reference count is zero, then deallocates the configuration object. RETURN VALUES ------------- @@ -48,14 +49,15 @@ None. SEE ALSO -------- -<<nng_tls_config_alloc#,nng_tls_config_alloc(3)>> +<<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>, <<nng#,nng(7)>> COPYRIGHT --------- -Copyright 2017 mailto:info@staysail.tech[Staysail Systems, Inc.] +Copyright 2018 mailto:info@staysail.tech[Staysail Systems, Inc.] + +Copyright 2018 mailto:info@capitar.com[Capitar IT Group BV] This document is supplied under the terms of the -https://opensource.org/licenses/LICENSE.txt[MIT License]. +https://opensource.org/licenses/MIT[MIT License]. |
