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