aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_pipe_close.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_pipe_close.3.adoc')
-rw-r--r--docs/man/nng_pipe_close.3.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/nng_pipe_close.3.adoc b/docs/man/nng_pipe_close.3.adoc
index 2128caec..5e8cb851 100644
--- a/docs/man/nng_pipe_close.3.adoc
+++ b/docs/man/nng_pipe_close.3.adoc
@@ -27,7 +27,7 @@ int nng_pipe_close(nng_pipe p);
The `nng_pipe_close()` function closes the supplied pipe, _p_.
Messages that have been submitted for sending may be flushed or delivered,
depending upon the transport and the setting of the
-<<nng_options.5#NNG_OPT_LINGER,`NNG_OPT_LINGER`>> option.
+`<<nng_options.5#NNG_OPT_LINGER,NNG_OPT_LINGER>>` option.
Further attempts to use the pipe after this call returns will result
in `NNG_ECLOSED`.