[zeromq-dev] [PATCH] zguide: chapter3.txt typo fix
Kamil Shakirov
kamils80 at gmail.com
Fri Oct 15 06:14:27 CEST 2010
Sorry, the fix should be:
diff --git a/chapter3.txt b/chapter3.txt
index b230bbf..1f8787a 100644
--- a/chapter3.txt
+++ b/chapter3.txt
@@ -807,13 +807,13 @@ The program produces this output:
[[code]]
----------------------------------------
-[008] FRONTEND
+[006] SERVER
[000]
[014] send to worker
----------------------------------------
[006] WORKER
[000]
-[017] send to front-end
+[014] send to server
[[/code]]
Some comments on this code:
--ska
More information about the zeromq-dev
mailing list