From: Richard Mudgett Date: Wed, 5 Oct 2011 17:01:01 +0000 (+0000) Subject: Fix Dial F option notes formatting. X-Git-Tag: 1.8.8.0-rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4ba9305a0625b6bc21871b784f212eeaaec76f;p=thirdparty%2Fasterisk.git Fix Dial F option notes formatting. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@339511 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index bd1794916e..c6e693adf0 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -165,7 +165,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Any channel variables you want the called channel to inherit from the caller channel must be prefixed with one or two underbars ('_'). - Additionally, using this option from a Macro() or GoSub() might not make sense as there would be no return points + + + Using this option from a Macro() or GoSub() might not make sense as there would be no return points.