couple of typos in the documentation fixed

This commit is contained in:
Martin Sustrik 2010-02-09 15:21:26 +01:00
parent 6b2ca4e158
commit fd673ae231
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
This example is a simple instant messaging implementation. There are multiple This example is a simple instant messaging implementation. There are multiple
partipants in the chat, both sending and reading messages. The sending participants in the chat, both sending and reading messages. The sending
application 'prompt' is separated from the application displaying the chat application 'prompt' is separated from the application displaying the chat
'display' so that there's no need for sophisticated GUI. 'display' so that there's no need for sophisticated GUI.

View File

@ -1,6 +1,6 @@
.TH zmq_term 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals" .TH zmq_term 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
.SH NAME .SH NAME
zmq_init \- terminates 0MQ context zmq_term \- terminates 0MQ context
.SH SYNOPSIS .SH SYNOPSIS
.B int zmq_term (void *context); .B int zmq_term (void *context);
.SH DESCRIPTION .SH DESCRIPTION