[asterisk-commits] branch 1.2 r18866 -
	/branches/1.2/res/res_features.c
    asterisk-commits at lists.digium.com 
    asterisk-commits at lists.digium.com
       
    Mon Apr 10 10:29:53 MST 2006
    
    
  
Author: bweschke
Date: Mon Apr 10 12:29:51 2006
New Revision: 18866
URL: http://svn.digium.com/view/asterisk?rev=18866&view=rev
Log:
 Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)
Modified:
    branches/1.2/res/res_features.c
Modified: branches/1.2/res/res_features.c
URL: http://svn.digium.com/view/asterisk/branches/1.2/res/res_features.c?rev=18866&r1=18865&r2=18866&view=diff
==============================================================================
--- branches/1.2/res/res_features.c (original)
+++ branches/1.2/res/res_features.c Mon Apr 10 12:29:51 2006
@@ -125,7 +125,7 @@
 
 static char *synopsis2 = "Park yourself";
 
-static char *descrip2 = "Park(exten):"
+static char *descrip2 = "Park():"
 "Used to park yourself (typically in combination with a supervised\n"
 "transfer to know the parking space). This application is always\n"
 "registered internally and does not need to be explicitly added\n"
    
    
More information about the asterisk-commits
mailing list