application doc update

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6992 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-11-07 22:01:22 +00:00
parent 4eb2c0d832
commit f09c6bc78e
53 changed files with 115 additions and 132 deletions

View File

@@ -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;