aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_http_handler_alloc.3http.adoc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2020-05-25 18:16:30 -0700
committerGarrett D'Amore <garrett@damore.org>2020-05-25 18:16:30 -0700
commitc166b153c20ac081f41d53e3258f0bca04356981 (patch)
tree9f9fe8198a8927e70244a769b098ad177651c004 /docs/man/nng_http_handler_alloc.3http.adoc
parent6afc250287ccdd371db50cbd896bc6fcc963b65e (diff)
downloadnng-c166b153c20ac081f41d53e3258f0bca04356981.tar.gz
nng-c166b153c20ac081f41d53e3258f0bca04356981.tar.bz2
nng-c166b153c20ac081f41d53e3258f0bca04356981.zip
Yet more cross reference fixes
Diffstat (limited to 'docs/man/nng_http_handler_alloc.3http.adoc')
-rw-r--r--docs/man/nng_http_handler_alloc.3http.adoc7
1 files changed, 4 insertions, 3 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