diff options
| author | Garrett D'Amore <garrett@damore.org> | 2019-01-07 23:14:51 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2019-01-14 20:25:40 -0800 |
| commit | d0a26bbd1caf3de2132855d7936fed8ac1f1488c (patch) | |
| tree | 5133c92dbb88df393df670555613d2f4e1a9018a /docs/man/nng_ipc_setopt.3ipc.adoc | |
| parent | 099d89877aca6a7236254e39d9c9f5c46083cee7 (diff) | |
| download | nng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.tar.gz nng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.tar.bz2 nng-d0a26bbd1caf3de2132855d7936fed8ac1f1488c.zip | |
fixes #858 Document the TLS public API
This also includes a number of the documentation improvements.
The options document has been broken up into separate pages for
each of the transport specific options. We have made various
other minor improvements, fixes to markup, and cross-references.
Diffstat (limited to 'docs/man/nng_ipc_setopt.3ipc.adoc')
| -rw-r--r-- | docs/man/nng_ipc_setopt.3ipc.adoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/man/nng_ipc_setopt.3ipc.adoc b/docs/man/nng_ipc_setopt.3ipc.adoc index 86dcbc40..b22bda98 100644 --- a/docs/man/nng_ipc_setopt.3ipc.adoc +++ b/docs/man/nng_ipc_setopt.3ipc.adoc @@ -1,6 +1,6 @@ = nng_ipc_setopt(3ipc) // -// Copyright 2018 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2019 Devolutions <info@devolutions.net> // @@ -19,7 +19,7 @@ nng_ipc_setopt - set option on IPC connection [source, c] ---- #include <nng/nng.h> -#include <nng/supplemental/tcp/tcp.h> +#include <nng/supplemental/ipc/ipc.h> int nng_ipc_setopt(nng_ipc *conn, const char *name, const void *data, size_t size); ---- @@ -51,6 +51,7 @@ This function returns 0 on success, and non-zero otherwise. [.text-left] <<nng_ipc_getopt.3ipc#,nng_ipc_getopt(3ipc)>>, +<<nng_ipc_options.5#,nng_ipc_options(5)>>, <<nng_options.5#,nng_options(5)>>, <<nng_strerror.3#,nng_strerror(3)>>, <<nng_ipc.5#,nng_ipc(5)>> |
