aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-28 19:03:52 +0000
committerroot <root@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-28 19:03:52 +0000
commitf7f5d3e115f56a86ecb11a15cd9e0a5d55bfd00a (patch)
treefe70a05051feaf6a2ace64bbf12e9b5c16f1ff0e /res
parent72bb7fe7ccaa9647d45827d876b37314aee64f9f (diff)
automerge commit
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2-netsec@11406 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_agi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_agi.c b/res/res_agi.c
index 1838f555b..8f9654443 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -90,7 +90,7 @@ static char *descrip =
"and stdout.\n"
"Returns -1 on hangup (except for DeadAGI) or if application requested\n"
" hangup, or 0 on non-hangup exit. \n"
-"Using 'EAGI' provides enhanced AGI, with incoming audio available out of band"
+"Using 'EAGI' provides enhanced AGI, with incoming audio available out of band\n"
"on file descriptor 3\n\n"
"Use the CLI command 'show agi' to list available agi commands\n";