aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-26 10:43:12 +0200
committerLoïc Hoguin <[email protected]>2019-09-26 10:53:00 +0200
commitd86d55c1f90b37d991e20ad0f1ac37b1e38b36e1 (patch)
tree23a34ec9158d6abfddc6142923535304c02662c1 /doc/src/manual/gun.asciidoc
parentd9a970be90d0105af215531d74809878f9c21338 (diff)
downloadgun-d86d55c1f90b37d991e20ad0f1ac37b1e38b36e1.tar.gz
gun-d86d55c1f90b37d991e20ad0f1ac37b1e38b36e1.tar.bz2
gun-d86d55c1f90b37d991e20ad0f1ac37b1e38b36e1.zip
Add a function to change the connection owner
While at it the gun:info/1 function has been fixed to work even when we are in the not_connected state, and the owner is now also returned.
Diffstat (limited to 'doc/src/manual/gun.asciidoc')
-rw-r--r--doc/src/manual/gun.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc
index 478d40b..9670e2e 100644
--- a/doc/src/manual/gun.asciidoc
+++ b/doc/src/manual/gun.asciidoc
@@ -16,6 +16,7 @@ Connection:
* link:man:gun:open(3)[gun:open(3)] - Open a connection to the given host and port
* link:man:gun:open_unix(3)[gun:open_unix(3)] - Open a connection to the given Unix domain socket
+* link:man:gun:set_owner(3)[gun:set_owner(3)] - Set a new owner for the connection
* link:man:gun:shutdown(3)[gun:shutdown(3)] - Gracefully close the connection
* link:man:gun:close(3)[gun:close(3)] - Brutally close the connection
* link:man:gun:info(3)[gun:info(3)] - Obtain information about the connection