6d2634
diff -uNr flite-1.3-release/doc/flite.texi flite-1.3-mod/doc/flite.texi
6d2634
--- flite-1.3-release/doc/flite.texi	2005-08-14 21:50:02.000000000 +0200
6d2634
+++ flite-1.3-mod/doc/flite.texi	2006-05-08 12:39:54.000000000 +0200
6d2634
@@ -711,14 +711,14 @@
6d2634
 cst_voice *register_cmu_us_kal();
6d2634
 
6d2634
 int main(int argc, char **argv)
6d2634
-{
6d2634
+@{
6d2634
     cst_voice *v;
6d2634
 
6d2634
     if (argc != 2)
6d2634
-    {
6d2634
+    @{
6d2634
         fprintf(stderr,"usage: flite_test FILE\n");
6d2634
         exit(-1);
6d2634
-    }
6d2634
+    @}
6d2634
 
6d2634
     flite_init();
6d2634
 
6d2634
@@ -726,7 +726,7 @@
6d2634
 
6d2634
     flite_file_to_speech(argv[1],v,"play");
6d2634
 
6d2634
-}
6d2634
+@}
6d2634
 @end example
6d2634
 Assuming the shell variable FLITEDIR is set to the flite directory
6d2634
 the following will compile the system (with appropriate changes for