aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-03-07 22:54:28 -0800
committerGarrett D'Amore <garrett@damore.org>2018-03-07 22:54:28 -0800
commiteab4c99046347144afdd8f42898c1d53d9cc14f0 (patch)
tree0e11b7f6acd3bd762f7f492541a9101f88149715 /docs
parent8a20acfa34e1eedf34254354b8a219bd8fbca2ed (diff)
downloadnng-eab4c99046347144afdd8f42898c1d53d9cc14f0.tar.gz
nng-eab4c99046347144afdd8f42898c1d53d9cc14f0.tar.bz2
nng-eab4c99046347144afdd8f42898c1d53d9cc14f0.zip
Markup fix (found when staring at epub).
Diffstat (limited to 'docs')
-rw-r--r--docs/man/nng_http_handler_alloc.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_http_handler_alloc.adoc b/docs/man/nng_http_handler_alloc.adoc
index 023d0400..c45d2bfd 100644
--- a/docs/man/nng_http_handler_alloc.adoc
+++ b/docs/man/nng_http_handler_alloc.adoc
@@ -45,7 +45,7 @@ considered when determining whether the handler should be called.
Additionally each handler has a method it is registered to handle
(the default is "GET", see
-<<nng_http_handler_set_method#,nng_http_handler_set_method(3)), and
+<<nng_http_handler_set_method#,nng_http_handler_set_method(3)>>), and
optionally a 'Host' header it can be matched against (see
<<nng_http_handler_set_host#,nng_http_handler_set_host(3)).