mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-02 11:06:31 +00:00
func_lock: Add missing see-also refs to documentation.
Resolves: #423
(cherry picked from commit 44b0590e59
)
This commit is contained in:
committed by
Asterisk Development Team
parent
d8434ca398
commit
28028a372f
@@ -64,6 +64,10 @@
|
||||
dialplan, and not directly from external protocols.</para>
|
||||
</note>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="function">TRYLOCK</ref>
|
||||
<ref type="function">UNLOCK</ref>
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="TRYLOCK" language="en_US">
|
||||
<synopsis>
|
||||
@@ -82,6 +86,10 @@
|
||||
dialplan, and not directly from external protocols.</para>
|
||||
</note>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="function">LOCK</ref>
|
||||
<ref type="function">UNLOCK</ref>
|
||||
</see-also>
|
||||
</function>
|
||||
<function name="UNLOCK" language="en_US">
|
||||
<synopsis>
|
||||
@@ -101,6 +109,10 @@
|
||||
dialplan, and not directly from external protocols.</para>
|
||||
</note>
|
||||
</description>
|
||||
<see-also>
|
||||
<ref type="function">LOCK</ref>
|
||||
<ref type="function">TRYLOCK</ref>
|
||||
</see-also>
|
||||
</function>
|
||||
***/
|
||||
|
||||
|
Reference in New Issue
Block a user