mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
couple of typos in the documentation fixed
This commit is contained in:
parent
6b2ca4e158
commit
fd673ae231
@ -1,6 +1,6 @@
|
||||
|
||||
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
|
||||
'display' so that there's no need for sophisticated GUI.
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
.TH zmq_term 3 "" "(c)2007-2010 iMatix Corporation" "0MQ User Manuals"
|
||||
.SH NAME
|
||||
zmq_init \- terminates 0MQ context
|
||||
zmq_term \- terminates 0MQ context
|
||||
.SH SYNOPSIS
|
||||
.B int zmq_term (void *context);
|
||||
.SH DESCRIPTION
|
||||
|
Loading…
x
Reference in New Issue
Block a user