From 4ceb83935062bb84fd5da702679a126d12aed8be Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Mon, 18 Jan 2010 13:16:14 +0100 Subject: typos in man pages fixed --- man/man7/zmq.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'man/man7/zmq.7') diff --git a/man/man7/zmq.7 b/man/man7/zmq.7 index 61543a7..ed7e08b 100644 --- a/man/man7/zmq.7 +++ b/man/man7/zmq.7 @@ -16,7 +16,7 @@ throughputs are to be measured in millions of messages per second. 0MQ is designed to be very thin. It requires no more than couple of pages in resident memory and is thus well suited for any environment ranging from small embedded devices, routers and cell phones to enterprise-scale -datacenters. +data centers. 0MQ runs on a wide range of operating systems and supports variety of processor microarchitectures. @@ -92,7 +92,7 @@ Poll for I/O events: .BR zmq_poll(3) .SH ERROR HANDLING -0MQ defines couple of non-POSIX error codes. Use following fuctions to handle +0MQ defines couple of non-POSIX error codes. Use following functions to handle them neatly. Convert error code into human readable string: -- cgit v1.2.3