dect
/
asterisk
Archived
13
0
Fork 0

remove \n from the end of a couple of synopsis fields

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@23929 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2006-05-01 14:57:48 +00:00
parent 152144cce7
commit 464f7a7cd8
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ static int speech_score(struct ast_channel *chan, char *cmd, char *data,
static struct ast_custom_function speech_score_function = {
.name = "SPEECH_SCORE",
.synopsis = "Gets the confidence score of a result.\n",
.synopsis = "Gets the confidence score of a result.",
.syntax = "SPEECH_SCORE(result number)",
.desc =
"Gets the confidence score of a result.\n",
@ -194,7 +194,7 @@ static int speech_text(struct ast_channel *chan, char *cmd, char *data,
static struct ast_custom_function speech_text_function = {
.name = "SPEECH_TEXT",
.synopsis = "Gets the recognized text of a result.\n",
.synopsis = "Gets the recognized text of a result.",
.syntax = "SPEECH_TEXT(result number)",
.desc =
"Gets the recognized text of a result.\n",