summaryrefslogtreecommitdiff
path: root/doc/zmq.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.txt
parentbc468b34513a0fd76e69e03f3f978abd7d8c3871 (diff)
Documentation fixes
Diffstat (limited to 'doc/zmq.txt')
-rw-r--r--doc/zmq.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/zmq.txt b/doc/zmq.txt
index 5f32d7f..8f8d40d 100644
--- a/doc/zmq.txt
+++ b/doc/zmq.txt
@@ -62,7 +62,8 @@ Messages
~~~~~~~~
A 0MQ message is a discrete unit of data passed between applications or
components of the same application. 0MQ messages have no internal structure and
-from the point of view of 0MQ itself they are considered to be opaque BLOBs.
+from the point of view of 0MQ itself they are considered to be opaque binary
+data.
The following functions are provided to work with messages: