aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-27 23:24:01 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-27 23:24:01 +0000
commit0aceb605e04b9ff943bf11edd7300ab55e42af5a (patch)
tree48ab0ba2b972fc13ba5f0fe09af33380f91e747e /apps
parent7433bdc1c60c1e147d565ac8f91ee46af1f15297 (diff)
Update documentation to clarify variable usage with MixMonitor. (issue #9494 reported by netoguy)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@72378 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-rw-r--r--apps/app_mixmonitor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_mixmonitor.c b/apps/app_mixmonitor.c
index 808cd58f8..9f3e2e32e 100644
--- a/apps/app_mixmonitor.c
+++ b/apps/app_mixmonitor.c
@@ -68,8 +68,8 @@ static const char *desc = ""
" W(<x>) - Adjust the both heard and spoken volumes by a factor of <x>\n"
" (range -4 to 4)\n\n"
"<command> will be executed when the recording is over\n"
-"Any strings matching ^{X} will be unescaped to ${X} and \n"
-"all variables will be evaluated at that time.\n"
+"Any strings matching ^{X} will be unescaped to ${X}.\n"
+"All variables will be evaluated at the time MixMonitor is called.\n"
"The variable MIXMONITOR_FILENAME will contain the filename used to record.\n"
"";