doc/ca: clarify variable size array subscription

(cherry-picked from branch 3.15)
This commit is contained in:
Ralph Lange
2019-05-09 17:32:05 +02:00
parent fe34c6f35e
commit 8c993405b4
+2 -1
View File
@@ -3143,7 +3143,8 @@ indicating the current state of the channel.</p>
<dl>
<dt><code>COUNT</code></dt>
<dd>The element count to be read from the specified channel. A count of
zero means use the current element count from the server.</dd>
zero means use the current element count from the server, effectively
resulting in a variable size array subscription.</dd>
</dl>
<dl>
<dt><code>CHID</code></dt>