From d189573c54d6299d328c3da8d02577886d1802a9 Mon Sep 17 00:00:00 2001
From: Pieter Hintjens <ph@imatix.com>
Date: Sat, 9 Apr 2011 12:01:41 +0200
Subject: [PATCH] Fixed example

Signed-off-by: Pieter Hintjens <ph@imatix.com>
---
 doc/zmq_getsockopt.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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);
-- 
1.7.1

