aboutsummaryrefslogtreecommitdiff
path: root/docs/man/libnng.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-03-07 23:53:10 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-07 23:53:10 -0800
commite892f2e13786af2ffec74934ac363e3a9890f7b7 (patch)
tree8de9c909404d9496e87d0dbfd3bf943dd53adf46 /docs/man/libnng.adoc
parenteab4c99046347144afdd8f42898c1d53d9cc14f0 (diff)
downloadnng-e892f2e13786af2ffec74934ac363e3a9890f7b7.tar.gz
nng-e892f2e13786af2ffec74934ac363e3a9890f7b7.tar.bz2
nng-e892f2e13786af2ffec74934ac363e3a9890f7b7.zip
Fix a number of broken links.
There are still some busted links that have to be fixed, but these are the ones that are just typos or trivially fixed. There is of course some content still missing.
Diffstat (limited to 'docs/man/libnng.adoc')
-rw-r--r--docs/man/libnng.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/libnng.adoc b/docs/man/libnng.adoc
index 3be2e86b..0e9761c2 100644
--- a/docs/man/libnng.adoc
+++ b/docs/man/libnng.adoc
@@ -114,7 +114,7 @@ mode may need to access the header of messages.
=== Asynchronous Operations
Most applications will interact with _nng_ synchronously; that is that
-functions such as <<nng_send#,nng_send()>> will block the calling
+functions such as <<nng_send#,nng_send(3)>> will block the calling
thread until the operation has completed.
NOTE: Synchronous operations which send messages may return before the
@@ -297,7 +297,7 @@ NOTE: These functions will only be present if the library has been built
with TLS support.
|===
-|<<nng_tls_config_auth_alloc#,nng_tls_config_alloc(3)>>|allocate TLS configuration
+|<<nng_tls_config_alloc#,nng_tls_config_alloc(3)>>|allocate TLS configuration
|<<nng_tls_config_auth_mode#,nng_tls_config_auth_mode(3)>>|set authentication mode
|<<nng_tls_config_ca_chain#,nng_tls_config_ca_chain(3)>>|set certificate authority chain
|<<nng_tls_config_ca_file#,nng_tls_config_ca_file(3)>>|load certificate authority from file