aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRadu Ciorba <[email protected]>2018-06-11 11:47:30 +0300
committerLoïc Hoguin <[email protected]>2018-06-11 12:33:56 +0200
commitb0ecf4c3936adf98ce4bb7279412aa50ccac1798 (patch)
tree4dfbece36d29838452ca97abb2442dbef3037bae
parent33962623a7bf36dae0f84f47faf7101631823aba (diff)
downloadgun-b0ecf4c3936adf98ce4bb7279412aa50ccac1798.tar.gz
gun-b0ecf4c3936adf98ce4bb7279412aa50ccac1798.tar.bz2
gun-b0ecf4c3936adf98ce4bb7279412aa50ccac1798.zip
Fix await_up link in function reference docs
-rw-r--r--doc/src/manual/gun.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/manual/gun.asciidoc b/doc/src/manual/gun.asciidoc
index 09f333f..7e1f343 100644
--- a/doc/src/manual/gun.asciidoc
+++ b/doc/src/manual/gun.asciidoc
@@ -36,7 +36,7 @@ Messages:
* link:man:gun:await(3)[gun:await(3)] - Wait for a response
* link:man:gun:await_body(3)[gun:await_body(3)] - Wait for the complete response body
-* link:man:gun:await_up(3)[gun:await(3)] - Wait for the connection to be up
+* link:man:gun:await_up(3)[gun:await_up(3)] - Wait for the connection to be up
* link:man:gun:flush(3)[gun:flush(3)] - Flush all messages related to a connection or a stream
Streams: