From dbc61a5038cacc516a49d00a59a669e2617cff51 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 18 Jun 2020 19:19:06 -0700 Subject: Language cleanups in the documentation. Mostly this is removal of the smart quotes, which were over-used, and misused, and could have been mistaken to be pejorative. A few other minor nits were fixed while here. --- docs/man/nng_pipe.5.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 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 c951ecb2..920fb2c0 100644 --- a/docs/man/nng_pipe.5.adoc +++ b/docs/man/nng_pipe.5.adoc @@ -1,6 +1,6 @@ = nng_pipe(5) // -// Copyright 2018 Staysail Systems, Inc. +// Copyright 2020 Staysail Systems, Inc. // Copyright 2018 Capitar IT Group BV // // This document is supplied under the terms of the MIT License, a @@ -25,7 +25,7 @@ typedef struct nng_pipe_s nng_pipe; == DESCRIPTION (((pipe)))(((connection))) -An `nng_pipe` is a handle to a "`pipe`", which can be thought of as a single +An `nng_pipe` is a handle to a pipe object, which can be thought of as a single connection. (In most cases this is actually the case -- the pipe is an abstraction for a single TCP or IPC connection.) @@ -43,12 +43,11 @@ source of a message is needed, or when more control is required over message delivery. Pipe objects are created by dialers (xref:nng_dialer.5.adoc[`nng_dialer`] objects) -and listeners (xref:nng_listener.5.adoc[`nng_listener`] objects), which can be -thought of as "`owning`" the pipe. +and listeners (xref:nng_listener.5.adoc[`nng_listener`] objects). Pipe objects may be destroyed by the xref:nng_pipe_close.3.adoc[`nng_pipe_close()`] function. -They are also closed when their "`owning`" dialer or listener is closed, +They are also closed when the dialer or listener that created them is closed, or when the remote peer closes the underlying connection. [[NNG_PIPE_INITIALIZER]] -- cgit v1.2.3-70-g09d2