[asterisk-commits] rmudgett: branch 1.8 r339511 - /branches/1.8/apps/app_dial.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 5 12:01:05 CDT 2011
Author: rmudgett
Date: Wed Oct 5 12:01:01 2011
New Revision: 339511
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=339511
Log:
Fix Dial F option notes formatting.
Modified:
branches/1.8/apps/app_dial.c
Modified: branches/1.8/apps/app_dial.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.8/apps/app_dial.c?view=diff&rev=339511&r1=339510&r2=339511
==============================================================================
--- branches/1.8/apps/app_dial.c (original)
+++ branches/1.8/apps/app_dial.c Wed Oct 5 12:01:01 2011
@@ -165,7 +165,9 @@
<note>
<para>Any channel variables you want the called channel to inherit from the caller channel must be
prefixed with one or two underbars ('_').</para>
- <para>Additionally, using this option from a Macro() or GoSub() might not make sense as there would be no return points</para>
+ </note>
+ <note>
+ <para>Using this option from a Macro() or GoSub() might not make sense as there would be no return points.</para>
</note>
</option>
<option name="g">
More information about the asterisk-commits
mailing list