diff options
| -rw-r--r-- | doc/zmq.txt | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/doc/zmq.txt b/doc/zmq.txt index 330c9d1..362f907 100644 --- a/doc/zmq.txt +++ b/doc/zmq.txt @@ -44,8 +44,7 @@ Terminate 0MQ context::  Thread safety  ^^^^^^^^^^^^^  A 0MQ 'context' is thread safe and may be shared among as many application -threads as the application has requested using the _app_threads_ parameter to -_zmq_init()_, without any additional locking required on the part of the +threads as necessary, without any additional locking required on the part of the  caller.  Each 0MQ socket belonging to a particular 'context' may only be used  by *the thread that created it* using _zmq_socket()_. | 
