[Asterisk-cvs] asterisk pbx.c,1.170,1.171

markster at lists.digium.com markster at lists.digium.com
Mon Nov 15 22:12:27 CST 2004


Update of /usr/cvsroot/asterisk
In directory mongoose.digium.com:/tmp/cvs-serv12641

Modified Files:
	pbx.c 
Log Message:
Documentation fixup (thanks, drumkilla)


Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -d -r1.170 -r1.171
--- pbx.c	13 Nov 2004 22:44:32 -0000	1.170
+++ pbx.c	16 Nov 2004 03:13:05 -0000	1.171
@@ -419,8 +419,8 @@
 	},
 
 	{ "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" 




More information about the svn-commits mailing list