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