From db922028c05355324c33e3a08ce427ed0a16b45f Mon Sep 17 00:00:00 2001 From: kpfleming Date: Wed, 12 Apr 2006 20:39:09 +0000 Subject: fancify the sample grammar a bit git-svn-id: http://svn.digium.com/svn/asterisk/trunk@19543 f38db490-d61c-443f-a65b-d21fe96a405b --- doc/speechrec.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/speechrec.txt b/doc/speechrec.txt index 9f4f40ca7..07cbc6f3b 100644 --- a/doc/speechrec.txt +++ b/doc/speechrec.txt @@ -57,9 +57,9 @@ tag-format ; root $company_directory; -$josh = Joshua Colp:"6066"; -$mark = Mark Spencer:"4569"; -$kevin = Kevin Fleming:"2567"; +$josh = (Joshua | Josh) [Colp]:"6066"; +$mark = Mark [Spencer] | Markster:"4569"; +$kevin = Kevin [Fleming]:"2567"; $company_directory = ($josh | $mark | $kevin) { $ = parseInt($$) }; -- cgit v1.2.3