]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Merged revisions 18866 via svnmerge from
authorBJ Weschke <bweschke@btwtech.com>
Mon, 10 Apr 2006 17:32:29 +0000 (17:32 +0000)
committerBJ Weschke <bweschke@btwtech.com>
Mon, 10 Apr 2006 17:32:29 +0000 (17:32 +0000)
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)

........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18867 65c4cc65-6c06-0410-ace0-fbb531ad65f3

res/res_features.c

index ee3da34c10f2297664aea44efab9822fbf04d4d7..b114d23c05548a9933f2d4ef7e1f276cb68f020e 100644 (file)
@@ -111,7 +111,7 @@ static char *parkcall = "Park";
 
 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"