[svn-commits] eliel: branch group/appdocsxml r151013 - /team/group/appdocsxml/apps/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Oct 18 10:09:01 CDT 2008


Author: eliel
Date: Sat Oct 18 10:09:00 2008
New Revision: 151013

URL: http://svn.digium.com/view/asterisk?view=rev&rev=151013
Log:
Fix a typo in the XML definition of Authenticate() application.

Modified:
    team/group/appdocsxml/apps/app_authenticate.c

Modified: team/group/appdocsxml/apps/app_authenticate.c
URL: http://svn.digium.com/view/asterisk/team/group/appdocsxml/apps/app_authenticate.c?view=diff&rev=151013&r1=151012&r2=151013
==============================================================================
--- team/group/appdocsxml/apps/app_authenticate.c (original)
+++ team/group/appdocsxml/apps/app_authenticate.c Sat Oct 18 10:09:00 2008
@@ -87,7 +87,7 @@
 				maxdigits have been entered (without requiring the user to press the <literal>#</literal> key).
 				Defaults to 0 - no limit - wait for the user press the <literal>#</literal> key.</para>
 			</parameter>
-			<parameter name="prompt" required="false>
+			<parameter name="prompt" required="false">
 				<para>Override the agent-pass prompt file.</para>
 			</parameter>
 		</syntax>




More information about the svn-commits mailing list