aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_pipe_socket.3.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_pipe_socket.3.adoc')
-rw-r--r--docs/man/nng_pipe_socket.3.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/nng_pipe_socket.3.adoc b/docs/man/nng_pipe_socket.3.adoc
index e5da1d55..755ed776 100644
--- a/docs/man/nng_pipe_socket.3.adoc
+++ b/docs/man/nng_pipe_socket.3.adoc
@@ -25,14 +25,14 @@ nng_socket nng_pipe_socket(nng_pipe p);
== DESCRIPTION
The `nng_pipe_socket()` function returns the xref:nng_socket.5.adoc[`nng_socket`]
-that owns the pipe _p_.
+associated with the pipe _p_.
NOTE: The returned socket may be closed or in the process of closing, in
which case it will not be usable with other functions.
== RETURN VALUES
-This function returns the socket that "`owns`" the pipe.
+This function returns the socket associated with the pipe.
== ERRORS