diff --git a/documentation/Reference.txt b/documentation/Reference.txt index 3a322682fd37c57f4409609b2ec6ac4440a9e86a..c9b157ff18e343ba8eb20423fae6ae73feb445be 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.