[svn-commits] trunk r18867 - in /trunk: ./ res/res_features.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Apr 10 10:32:30 MST 2006


Author: bweschke
Date: Mon Apr 10 12:32:29 2006
New Revision: 18867

URL: http://svn.digium.com/view/asterisk?rev=18867&view=rev
Log:
Merged revisions 18866 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r18866 | bweschke | 2006-04-10 12:29:51 -0500 (Mon, 10 Apr 2006) | 2 lines

 Don't say that we can pass an 'exten' argument in the documentation of Park() when we really cannot. #6902 (opsys)

........

Modified:
    trunk/   (props changed)
    trunk/res/res_features.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/res/res_features.c
URL: http://svn.digium.com/view/asterisk/trunk/res/res_features.c?rev=18867&r1=18866&r2=18867&view=diff
==============================================================================
--- trunk/res/res_features.c (original)
+++ trunk/res/res_features.c Mon Apr 10 12:32:29 2006
@@ -111,7 +111,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 svn-commits mailing list