From 023505acede414c879f63415775bfee98678342e Mon Sep 17 00:00:00 2001 From: Dylan Cali Date: Sun, 15 Mar 2015 06:29:21 -0500 Subject: [PATCH] update zmq_ctx_term description for consistency zmq_term and zmq_ctx_destroy are just aliases for zmq_ctx_term. that being the case use 'terminate' in the description for all three so there isn't any confusion about behavior. also update the deprecates list in zmq_ctx_term to include zmq_ctx_destroy. --- doc/zmq_ctx_term.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/zmq_ctx_term.txt b/doc/zmq_ctx_term.txt index 42c5eb08..79aad1c5 100644 --- a/doc/zmq_ctx_term.txt +++ b/doc/zmq_ctx_term.txt @@ -4,7 +4,7 @@ zmq_ctx_term(3) NAME ---- -zmq_ctx_term - destroy a 0MQ context +zmq_ctx_term - terminate a 0MQ context 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_ 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