[asterisk-commits] russell: trunk r38099 - /trunk/pbx.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sat Jul 22 20:29:20 MST 2006


Author: russell
Date: Sat Jul 22 22:29:19 2006
New Revision: 38099

URL: http://svn.digium.com/view/asterisk?rev=38099&view=rev
Log:
remove a stray newline

Modified:
    trunk/pbx.c

Modified: trunk/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/pbx.c?rev=38099&r1=38098&r2=38099&view=diff
==============================================================================
--- trunk/pbx.c (original)
+++ trunk/pbx.c Sat Jul 22 22:29:19 2006
@@ -264,7 +264,7 @@
 	},
 
 	{ "BackGround", pbx_builtin_background,
-	"Play an audio file while waiting for digits of an extension to go to.\n",
+	"Play an audio file while waiting for digits of an extension to go to.",
 	"  Background(filename1[&filename2...][|options[|langoverride][|context]]):\n"
 	"This application will play the given list of files while waiting for an\n"
 	"extension to be dialed by the calling channel. To continue waiting for digits\n"



More information about the asterisk-commits mailing list