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_tcp_dialer_setopt.3tcp.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_tcp_dialer_setopt.3tcp.adoc')
| -rw-r--r-- | docs/man/nng_tcp_dialer_setopt.3tcp.adoc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/man/nng_tcp_dialer_setopt.3tcp.adoc b/docs/man/nng_tcp_dialer_setopt.3tcp.adoc index 567291a7..ae06cc3c 100644 --- a/docs/man/nng_tcp_dialer_setopt.3tcp.adoc +++ b/docs/man/nng_tcp_dialer_setopt.3tcp.adoc @@ -35,9 +35,9 @@ in length. The options specifically suppported for modification on TCP dialers are: -* <<nng_options.5#NNG_OPT_TCP_LOCADDR,`NNG_OPT_LOCADDR`>> -* <<nng_options.5#NNG_OPT_TCP_KEEPALIVE,`NNG_OPT_TCP_KEEPALIVE`>> -* <<nng_options.5#NNG_OPT_TCP_NODELAY,`NNG_OPT_TCP_NODELAY`>> +* <<nng_options.5#NNG_OPT_LOCADDR,`NNG_OPT_LOCADDR`>> +* <<nng_tcp_options.5#NNG_OPT_TCP_KEEPALIVE,`NNG_OPT_TCP_KEEPALIVE`>> +* <<nng_tcp_options.5#NNG_OPT_TCP_NODELAY,`NNG_OPT_TCP_NODELAY`>> == RETURN VALUES @@ -54,9 +54,10 @@ This function returns 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] +<<nng_strerror.3#,nng_strerror(3)>>, <<nng_tcp_dialer_getopt.3tcp#,nng_tcp_dialer_getopt(3tcp)>>, <<nng_tcp_setopt.3tcp#,nng_tcp_setopt(3tcp)>>, <<nng_options.5#,nng_options(5)>>, -<<nng_strerror.3#,nng_strerror(3)>>, +<<nng_tcp_options.5#,nng_tcp_options(5)>>, <<nng_tcp.5#,nng_tcp(5)>>, <<nng_tcp_dialer.5#,nng_tcp_dialer(5)>> |
