aboutsummaryrefslogtreecommitdiffstats
path: root/pbx.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-16 03:13:05 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-11-16 03:13:05 +0000
commit3d14276e732fd879501c199b0f136a40d95b2cd5 (patch)
treeadae37774b4ec48c798ca472e8f1488f8b33f50f /pbx.c
parent07af26e93d625bc5490307840575dd2b185f5652 (diff)
Documentation fixup (thanks, drumkilla)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4260 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx.c')
-rwxr-xr-xpbx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pbx.c b/pbx.c
index 426b12a38..635fde4e5 100755
--- a/pbx.c
+++ b/pbx.c
@@ -419,8 +419,8 @@ static struct pbx_builtin {
},
{ "WaitExten", pbx_builtin_waitexten,
- "Waits for some time",
- " Wait([seconds]): Waits for the user to enter a new extension for the \n"
+ "Waits for an extension to be entered",
+ " WaitExten([seconds]): Waits for the user to enter a new extension for the \n"
"specified number of seconds, then returns 0. Seconds can be passed with\n"
"fractions of a seconds (eg: 1.5 = 1.5 seconds) or if unspecified the\n"
"default extension timeout will be used.\n"