summaryrefslogtreecommitdiff
path: root/doc/zmq_connect.txt
diff options
context:
space:
mode:
authorMartin Lucina <mato@kotelna.sk>2010-03-10 12:19:39 +0100
committerMartin Lucina <mato@kotelna.sk>2010-03-10 12:19:39 +0100
commit98801ebcaea1117ae596a3bae0653c3720a94359 (patch)
tree7871c816d8ee1b81a889bd709b677f2347530286 /doc/zmq_connect.txt
parentbc468b34513a0fd76e69e03f3f978abd7d8c3871 (diff)
Documentation fixes
Diffstat (limited to 'doc/zmq_connect.txt')
-rw-r--r--doc/zmq_connect.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/zmq_connect.txt b/doc/zmq_connect.txt
index e0dd9ca..ad87409 100644
--- a/doc/zmq_connect.txt
+++ b/doc/zmq_connect.txt
@@ -25,7 +25,7 @@ the underlying transport protocol selected.
The following transports are defined:
'tcp':: unicast transport using TCP, see linkzmq:zmq_tcp[7]
-'pgm', 'udp':: reliable multicast transport using PGM, see linkzmq:zmq_pgm[7]
+'pgm', 'epgm':: reliable multicast transport using PGM, see linkzmq:zmq_pgm[7]
'ipc':: local inter-process communication transport, see linkzmq:zmq_ipc[7]
'inproc':: local in-process (inter-thread) communication transport, see linkzmq:zmq_inproc[7]
@@ -41,7 +41,7 @@ physical connection was or can actually be established.
RETURN VALUE
------------
The _zmq_connect()_ function shall return zero if successful. Otherwise it
-shall return -1 and set 'errno' to one of the values defined below.
+shall return `-1` and set 'errno' to one of the values defined below.
ERRORS