From e61f71745fd8e4682e77917b4db4aeff62072e2c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Mon, 7 Nov 2005 22:01:22 +0000 Subject: application doc update git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6992 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/app_authenticate.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'apps/app_authenticate.c') diff --git a/apps/app_authenticate.c b/apps/app_authenticate.c index 244f5b4ad..a3f5f91c9 100755 --- a/apps/app_authenticate.c +++ b/apps/app_authenticate.c @@ -65,11 +65,10 @@ static char *descrip = " r - Remove database key upon successful entry (valid with 'd' only)\n" "\n" "When using a database key, the value associated with the key can be\n" -"anything.\n" -"Returns 0 if the user enters a valid password within three\n" -"tries, or -1 on hangup. If the priority n+101 exists and invalid\n" -"authentication was entered, and the 'j' flag was specified, processing\n" -"will jump to n+101 and 0 will be returned.\n"; +"anything. Users have three attempts to authenticate before the line is \n" +"hungup. If the passsword is invalid, and the 'j' flag is specified, \n" +"and priority n+101 exists, the call would be sent to the n+101 priority \n" +"and executed \n"; STANDARD_LOCAL_USER; -- cgit v1.2.3