aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-12 14:34:15 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-01-12 14:34:15 +0000
commit93b4d11c0c97dff337e98703f8a7e8e00f2e3c17 (patch)
tree555791f05b5b917f1f7d0adaf0926b83e69838e6 /pbx.c
parent108cf02586d5f5ea1c8c32071b43321acfbb48c1 (diff)
minor documentation clarification
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@50561 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rw-r--r--pbx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbx.c b/pbx.c
index f48e6b27a..5fae072ca 100644
--- a/pbx.c
+++ b/pbx.c
@@ -258,7 +258,8 @@ static struct pbx_builtin {
"Answer a channel if ringing",
" Answer([delay]): If the call has not been answered, this application will\n"
"answer it. Otherwise, it has no effect on the call. If a delay is specified,\n"
- "Asterisk will wait this number of milliseconds before answering the call.\n"
+ "Asterisk will wait this number of milliseconds before returning to\n"
+ "the dialplan after answering the call.\n"
},
{ "BackGround", pbx_builtin_background,