projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2f9eb96
)
Another app documentation tweak.
author
BJ Weschke
<bweschke@btwtech.com>
Thu, 22 Dec 2005 23:59:13 +0000
(23:59 +0000)
committer
BJ Weschke
<bweschke@btwtech.com>
Thu, 22 Dec 2005 23:59:13 +0000
(23:59 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7604
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_waitforsilence.c
patch
|
blob
|
history
diff --git
a/apps/app_waitforsilence.c
b/apps/app_waitforsilence.c
index
cbba6cf
..
615eddb
100644
(file)
--- a/
apps/app_waitforsilence.c
+++ b/
apps/app_waitforsilence.c
@@
-56,7
+56,7
@@
static char *descrip =
"SILENCE - if silence of x ms was detected"
"TIMEOUT - if silence of x ms was not detected."
"Examples:\n"
-" - WaitForSilence(500,2) will wait for 1/2 second of silence, twice\n"
+" - WaitForSilence(500|2) will wait for 1/2 second of silence, twice\n"
" - WaitForSilence(1000) will wait for 1 second of silence, once\n";
STANDARD_LOCAL_USER;