diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-05-25 18:50:07 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-05-25 18:50:07 -0700 |
| commit | 0e9e2f1b33ec115368aee5ab9939a9d2dc27b213 (patch) | |
| tree | 32eed819b2a78a57ec823ca8424c7263fe07903b /docs/man/nng_url_clone.3.adoc | |
| parent | c166b153c20ac081f41d53e3258f0bca04356981 (diff) | |
| download | nng-0e9e2f1b33ec115368aee5ab9939a9d2dc27b213.tar.gz nng-0e9e2f1b33ec115368aee5ab9939a9d2dc27b213.tar.bz2 nng-0e9e2f1b33ec115368aee5ab9939a9d2dc27b213.zip | |
nng_url.5 related doc updates
Diffstat (limited to 'docs/man/nng_url_clone.3.adoc')
| -rw-r--r-- | docs/man/nng_url_clone.3.adoc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/man/nng_url_clone.3.adoc b/docs/man/nng_url_clone.3.adoc index b77f316f..0e6ef15f 100644 --- a/docs/man/nng_url_clone.3.adoc +++ b/docs/man/nng_url_clone.3.adoc @@ -1,6 +1,6 @@ = nng_url_clone(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 @@ -28,6 +28,11 @@ The `nng_url_clone()` makes a clone of the original URL structure _orig_, and saves the result in the location pointed by _dup_. This clone includes fully duplicating each of the member fields. +The new +xref:nng_url.5.adoc[`nng_url`] structure can be disposed of +using +xref:nng_url_free.3.adoc[`nng_url_free()`] when it is no longer needed. + == RETURN VALUES This function returns 0 on success, and non-zero otherwise. @@ -43,4 +48,5 @@ This function returns 0 on success, and non-zero otherwise. xref:nng_url_free.3.adoc[nng_url_free(3)], xref:nng_url_parse.3.adoc[nng_url_parse(3)], xref:nng_strerror.3.adoc[nng_strerror(3)], +xref:nng_url.5.adoc[nng_url(5)], xref:nng.7.adoc[nng(7)] |
