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_getopt.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_getopt.3tcp.adoc')
| -rw-r--r-- | docs/man/nng_tcp_getopt.3tcp.adoc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/man/nng_tcp_getopt.3tcp.adoc b/docs/man/nng_tcp_getopt.3tcp.adoc index db08598b..f785791b 100644 --- a/docs/man/nng_tcp_getopt.3tcp.adoc +++ b/docs/man/nng_tcp_getopt.3tcp.adoc @@ -42,8 +42,8 @@ The options specifically suppported for retrieval from TCP connections are: * <<nng_options.5#NNG_OPT_LOCADDR,`NNG_OPT_LOCADDR`>> * <<nng_options.5#NNG_OPT_REMADDR,`NNG_OPT_REMADDR`>> -* <<nng_options.5#NNG_OPT_TCP_KEEPALIVE,`NNG_OPT_TCP_KEEPALIVE`>> -* <<nng_options.5#NNG_OPT_TCP_NODELAY,`NNG_OPT_TCP_NODELAY`>> +* <<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 @@ -61,7 +61,8 @@ This function returns 0 on success, and non-zero otherwise. == SEE ALSO [.text-left] +<<nng_strerror.3#,nng_strerror(3)>>, <<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)>> |
