aboutsummaryrefslogtreecommitdiff
path: root/docs/man/nng_bus.7.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/man/nng_bus.7.adoc')
-rw-r--r--docs/man/nng_bus.7.adoc4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/man/nng_bus.7.adoc b/docs/man/nng_bus.7.adoc
index a05a9d04..d5c57710 100644
--- a/docs/man/nng_bus.7.adoc
+++ b/docs/man/nng_bus.7.adoc
@@ -18,8 +18,6 @@ nng_bus - bus protocol
[source,c]
----
#include <nng/protocol/bus0/bus.h>
-
-int nng_bus0_open(nng_socket *s);
----
== DESCRIPTION
@@ -51,7 +49,7 @@ the more likely that message loss is to occur.
=== Socket Operations
-The <<nng_bus_open.3#,`nng_bus0_open()`>> call creates a bus socket.
+The <<nng_bus_open.3#,`nng_bus0_open()`>> functions create a bus socket.
This socket may be used to send and receive messages.
Sending messages will attempt to deliver to each directly connected peer.