mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-09 23:36:04 +00:00
Merge pull request #1369 from calid/ctx-term-vs-destroy
update zmq_ctx_term description for consistency
This commit is contained in:
commit
2d435eb692
@ -4,7 +4,7 @@ zmq_ctx_term(3)
|
|||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
zmq_ctx_term - destroy a 0MQ context
|
zmq_ctx_term - terminate a 0MQ context
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
@ -36,7 +36,8 @@ Context termination is performed in the following steps:
|
|||||||
For further details regarding socket linger behaviour refer to the _ZMQ_LINGER_
|
For further details regarding socket linger behaviour refer to the _ZMQ_LINGER_
|
||||||
option in linkzmq:zmq_setsockopt[3].
|
option in linkzmq:zmq_setsockopt[3].
|
||||||
|
|
||||||
This function replaces the deprecated function linkzmq:zmq_term[3].
|
This function replaces the deprecated functions linkzmq:zmq_term[3] and
|
||||||
|
linkzmq:zmq_ctx_destroy[3].
|
||||||
|
|
||||||
|
|
||||||
RETURN VALUE
|
RETURN VALUE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user