[asterisk-commits] branch 1.2 - r7605
/branches/1.2/apps/app_waitforsilence.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Dec 22 18:00:12 CST 2005
Author: bweschke
Date: Thu Dec 22 18:00:11 2005
New Revision: 7605
URL: http://svn.digium.com/view/asterisk?rev=7605&view=rev
Log:
Another app documentation tweak.
Modified:
branches/1.2/apps/app_waitforsilence.c
Modified: branches/1.2/apps/app_waitforsilence.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/apps/app_waitforsilence.c?rev=7605&r1=7604&r2=7605&view=diff
==============================================================================
--- branches/1.2/apps/app_waitforsilence.c (original)
+++ branches/1.2/apps/app_waitforsilence.c Thu Dec 22 18:00:11 2005
@@ -56,7 +56,7 @@
"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;
More information about the asterisk-commits
mailing list