aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-28 18:34:45 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-02-28 18:34:45 +0000
commite1fe9b068367f85e5e91615491ac2dd8c13eb8e7 (patch)
tree9ae868d2ad9f96873913301e8ecc27548ba4d2b0 /res
parent051baad8998d65c94b51afb987e5d0d7748b60a7 (diff)
Merged revisions 11382 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11382 | russell | 2006-02-28 13:31:04 -0500 (Tue, 28 Feb 2006) | 2 lines add a missing newline in the agi app description (thanks wunderkin!) ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@11383 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 874eb49b8..2a6849a68 100644
--- a/res/res_agi.c
+++ b/res/res_agi.c
@@ -91,7 +91,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";