From 3d3fa690c4f81bf4ed0a2de42c3c8fbb9f4cca5c Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 1 May 2018 17:11:32 -0700 Subject: Markup fixes, ensuring links are colored properly. It turns out that when creating cross references, we need to make any text styling (generally literal characters) outside of the link, to avoid having the styling override the link color. (We prefer to have links colored for ease of use.) While here a few other markup, and actual content, errors were fixed. --- docs/man/nng_pipe.5.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/man/nng_pipe.5.adoc') diff --git a/docs/man/nng_pipe.5.adoc b/docs/man/nng_pipe.5.adoc index a7423884..a777c0d0 100644 --- a/docs/man/nng_pipe.5.adoc +++ b/docs/man/nng_pipe.5.adoc @@ -42,12 +42,12 @@ However it is possible to access a pipe when more information about the source of a message is needed, or when more control is required over message delivery. -Pipe objects are created by dialers (<> objects) -and listeners (<> objects), which can be +Pipe objects are created by dialers (`<>` objects) +and listeners (`<>` objects), which can be thought of as "`owning`" the pipe. Pipe objects may be destroyed by the -<> function. +`<>` function. They are also closed when their "`owning`" dialer or listener is closed, or when the remote peer closes the underlying connection. -- cgit v1.2.3-70-g09d2