From 98801ebcaea1117ae596a3bae0653c3720a94359 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Wed, 10 Mar 2010 12:19:39 +0100 Subject: Documentation fixes --- doc/zmq.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/zmq.txt') 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: -- cgit v1.2.3