From 020f777e097d7e3a1eba534126cb479bf786519b Mon Sep 17 00:00:00 2001 From: staticfloat Date: Mon, 12 Mar 2012 15:18:32 -0700 Subject: [PATCH] Eliminate unnecessary line break --- doc/zmq_term.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/zmq_term.txt b/doc/zmq_term.txt index 577de3df..df424ab0 100644 --- a/doc/zmq_term.txt +++ b/doc/zmq_term.txt @@ -25,7 +25,7 @@ Context termination is performed in the following steps: 2. After interrupting all blocking calls, _zmq_term()_ shall _block_ until the following conditions are satisfied: -+ + * All sockets open within 'context' have been closed with _zmq_close()_. * For each socket within 'context', all messages sent by the application