From b18d8a37e91745c09131e9b5b525bca83c765f58 Mon Sep 17 00:00:00 2001
From: "benjamin.franksen" <benjamin.franksen@helmholtz-berlin.de>
Date: Mon, 9 Sep 2013 22:20:07 +0000
Subject: [PATCH] docs: minor change in the reference

---
 documentation/Reference.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/documentation/Reference.txt b/documentation/Reference.txt
index 3a322682..c9b157ff 100644
--- a/documentation/Reference.txt
+++ b/documentation/Reference.txt
@@ -587,10 +587,10 @@ empty or not; and any state set that mentions a variable in a
 :token:`when` clause automatically gets woken up whenever the variable
 changes due to a monitor event. On the other hand, relying on the event
 flag being set as an indication that the queue is non-empty has always
-been unreliable since another pvGetQ might have intervened and emptied
+been unreliable since another :c:func:`pvGetQ` might have intervened and emptied
 the queue between the two calls.
 
-Note that pvGetQ clears an event flag associated with the variable if
+Note that :c:func:`pvGetQ` clears an event flag associated with the variable if
 the queue becomes empty after removing the head element.
 
 
-- 
GitLab