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