[asterisk-commits] eliel: branch group/appdocsxml r145386 - /team/group/appdocsxml/funcs/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 1 10:21:06 CDT 2008
Author: eliel
Date: Wed Oct 1 10:21:05 2008
New Revision: 145386
URL: http://svn.digium.com/view/asterisk?view=rev&rev=145386
Log:
Remove a dot outside of the <para> element.
Modified:
team/group/appdocsxml/funcs/func_global.c
Modified: team/group/appdocsxml/funcs/func_global.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/funcs/func_global.c?view=diff&rev=145386&r1=145385&r2=145386
==============================================================================
--- team/group/appdocsxml/funcs/func_global.c (original)
+++ team/group/appdocsxml/funcs/func_global.c Wed Oct 1 10:21:05 2008
@@ -61,7 +61,7 @@
</parameter>
<parameter name="channel">
<para>If not specified will default to current channel. It is the complete
- channel name: <literal>SIP/12-abcd1234</literal> or the prefix only <literal>SIP/12</literal></para>.
+ channel name: <literal>SIP/12-abcd1234</literal> or the prefix only <literal>SIP/12</literal>.</para>
</parameter>
</syntax>
<description>
More information about the asterisk-commits
mailing list