]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
docs: Remove embedded macro in WaitForCond XML documentation.
authorJoshua C. Colp <jcolp@sangoma.com>
Tue, 27 Jul 2021 12:53:08 +0000 (09:53 -0300)
committerJoshua C. Colp <jcolp@sangoma.com>
Tue, 27 Jul 2021 12:54:59 +0000 (09:54 -0300)
Change-Id: I40c6514e1843e320f3cbe0b2c70d4a98c0e35b9c

apps/app_waitforcond.c

index 7bc254c7de23d42d2ffd64f6a6a4e207b670f2e3..725afc099a7699110ffcb4663a00dac286d67574 100644 (file)
@@ -66,7 +66,7 @@
                        <para>Waits until <replaceable>expression</replaceable> evaluates to true, checking every
                        <replaceable>interval</replaceable> seconds for up to <replaceable>timeout</replaceable>. Default
                        is evaluate <replaceable>expression</replaceable> every 50 milliseconds with no timeout.</para>
-                       <example title="Wait for ${condition} to become 1 for up to 40 seconds, checking every 500ms">
+                       <example title="Wait for condition dialplan variable/function to become 1 for up to 40 seconds, checking every 500ms">
                         same => n,WaitForCondition(#,#["#{condition}"="1"],40,0.5)
                        </example>
                        <para>Sets <variable>WAITFORCONDITIONSTATUS</variable> to one of the following values:</para>