aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_tcp_dialer.5.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2019-01-07 23:14:51 -0800
committerGarrett D'Amore <garrett@damore.org>2019-01-14 20:25:40 -0800
commitd0a26bbd1caf3de2132855d7936fed8ac1f1488c (patch)
tree5133c92dbb88df393df670555613d2f4e1a9018a /docs/man/nng_tcp_dialer.5.adoc
parent099d89877aca6a7236254e39d9c9f5c46083cee7 (diff)
downloadnng-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.5.adoc')
-rw-r--r--docs/man/nng_tcp_dialer.5.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/nng_tcp_dialer.5.adoc b/docs/man/nng_tcp_dialer.5.adoc
index 99df685d..651afd02 100644
--- a/docs/man/nng_tcp_dialer.5.adoc
+++ b/docs/man/nng_tcp_dialer.5.adoc
@@ -1,6 +1,6 @@
= nng_tcp_dialer(5)
//
-// 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>
//
// This document is supplied under the terms of the MIT License, a
@@ -27,7 +27,7 @@ typedef struct nng_tcp_dialer_s nng_tcp_dialer;
(((TCP, dialer)))
An `nng_tcp_dialer` is a handle to a TCP "`dialer`", which is responsible for
-creating a connections (`<<nng_tcp.5#,nng_tcp>>` objects) by connecting to
+creating connections (<<nng_tcp.5#,`nng_tcp`>> objects) by connecting to
remote systems.
NOTE: The `nng_tcp_dialer` object is used for raw TCP connections, and
@@ -35,7 +35,7 @@ should not be confused with a dialer object created using the
<<nng_tcp.7#,nng_tcp(7)>> transport.
TIP: Most NNG applications should not use this, but instead use the
-`<<nng_tcp.7#,nng_tcp>>` transport instead.
+<<nng_tcp.7#,`nng_tcp`>> transport instead.
== SEE ALSO