diff options
| author | Garrett D'Amore <garrett@damore.org> | 2020-05-25 18:16:30 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2020-05-25 18:16:30 -0700 |
| commit | c166b153c20ac081f41d53e3258f0bca04356981 (patch) | |
| tree | 9f9fe8198a8927e70244a769b098ad177651c004 | |
| parent | 6afc250287ccdd371db50cbd896bc6fcc963b65e (diff) | |
| download | nng-c166b153c20ac081f41d53e3258f0bca04356981.tar.gz nng-c166b153c20ac081f41d53e3258f0bca04356981.tar.bz2 nng-c166b153c20ac081f41d53e3258f0bca04356981.zip | |
Yet more cross reference fixes
| -rw-r--r-- | docs/man/nng_http_handler_alloc.3http.adoc | 7 | ||||
| -rw-r--r-- | docs/man/nng_stream_dialer_dial.3str.adoc | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/docs/man/nng_http_handler_alloc.3http.adoc b/docs/man/nng_http_handler_alloc.3http.adoc index 506cdcf9..c7d4699f 100644 --- a/docs/man/nng_http_handler_alloc.3http.adoc +++ b/docs/man/nng_http_handler_alloc.3http.adoc @@ -116,9 +116,10 @@ of the requested file name. If a content type cannot be determined from the extension, then `application/octet-stream` is used. The directory handler is created as a tree handler initially in exclusive mode (see -xref:nng_http_handler_set_tree.3http.adoc[nng_http_handler_set_tree_exclusive -]). This can be changed by calling xref:nng_http_handler_set_tree.3http.adoc -[nng_http_handler_set_tree(3http)] after creating the directory handler. +xref:nng_http_handler_set_tree.3http.adoc[nng_http_handler_set_tree_exclusive]). +This can be changed by calling +xref:nng_http_handler_set_tree.3http.adoc[nng_http_handler_set_tree(3http)] +after creating the directory handler. === File Handler diff --git a/docs/man/nng_stream_dialer_dial.3str.adoc b/docs/man/nng_stream_dialer_dial.3str.adoc index cc4c55de..8dcd4ec2 100644 --- a/docs/man/nng_stream_dialer_dial.3str.adoc +++ b/docs/man/nng_stream_dialer_dial.3str.adoc @@ -1,6 +1,6 @@ = nng_stream_dialer_dial(3str) // -// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2020 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2018 Capitar IT Group BV <info@capitar.com> // Copyright 2019 Devolutions <info@devolutions.net> // @@ -31,7 +31,7 @@ The operation is completed asynchronously, using _aio_. TIP: The peer address is determined by the address specified using xref:nng_stream_dialer_alloc.3str.adoc[`nng_stream_dialer_alloc()`] or -xref:nng_stream_dialer_alloc_url.3str.adoc[`nng_stream_dialer_alloc_url()`]. +xref:nng_stream_dialer_alloc.3str.adoc[`nng_stream_dialer_alloc_url()`]. If a connection is successfully established, the _aio_ will have the resulting |
