From a3b49ca958be908b88b17ecc946006dccfbd2a75 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Mon, 11 Apr 2011 12:14:00 +0200 Subject: Fixed example Signed-off-by: Pieter Hintjens --- doc/zmq_getsockopt.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/zmq_getsockopt.txt b/doc/zmq_getsockopt.txt index 926cf32..9d67ce2 100644 --- a/doc/zmq_getsockopt.txt +++ b/doc/zmq_getsockopt.txt @@ -367,9 +367,9 @@ The operation was interrupted by delivery of a signal. EXAMPLE ------- -.Retrieving the high water mark +.Retrieving the high water mark for outgoing messages ---- -/* Retrieve high water mark into hwm */ +/* Retrieve high water mark into sndhwm */ int sndhwm; size_t sndhwm_size = sizeof (sndhwm); rc = zmq_getsockopt (socket, ZMQ_SNDHWM, &sndhwm, &sndhwm_size); -- cgit v1.2.3