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